What is the difference between Printf(..) and sprint(...) ?
No Answer is Posted For this Question
Be the First to Post Answer
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
can we print any string in c language without using semicolon(;)(terminator) in whole program.
how will you write a program on linked lists using JAVA programming???????????
How can I do peek and poke in c?
question-how to run a c programme.
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What are derived data types in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What was noalias and what ever happened to it?
Write a code of a general series where the next element is the sum of last k terms.
What is the usage of the pointer in c?