What is the output of printf("%d", printf("Hello"));?
write a program in c to print **** * * * * ****
How can I split up a string into whitespace-separated fields?
What are static functions?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is difference between constant pointer and constant variable?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Explain what is #line used for?
Compare and contrast compilers from interpreters.
Explain about C function prototype?
Why doesnt this code work?
What is typedef example?
difference between semaphores and mutex?