What is array of structure in c programming?
what is data structure?
what value is returned to operating system after program execution?
How can I trap or ignore keyboard interrupts like control-c?
Explain how can I open a file so that other programs can update it at the same time?
What is a scope resolution operator in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is the c language function prototype?
How can a program be made to print the name of a source file where an error occurs?