- Q What will be the result of the following program ? char *gxxx() {static char xxx[1024]; return xxx; } main() {char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these
- Q Which letters are allowed to be the first letter in the names of customer defined tables,structures and global types?
- Q When use the hyphen in Compound words?
- Q Expand MCI
- Q What do you understand by virtualization?mention the pros and cons?
- Q What is a grievance
- Q What is the significance of billing relevance field?
- Q Tell the difference between dynamic as well as non - dynamic data structures.
- Q What is the difference between ref and out keywords?
- Q The process of trading goods over the Internet is known as ..............
- Q How to define to define a hidden filed in dspf ?