What is the difference between Printf(..) and sprint(...) ?
No Answer is Posted For this Question
Be the First to Post Answer
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What does the c preprocessor do?
hi , please send me NIC written test papers to sbabavalli@gmail.com
What is wrong with this code?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
how can we print hellow world programme without using semicolon
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What are the types of macro formats?
What are the restrictions of a modulus operator?
what is the structure pointer?
Write code for finding depth of tree
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }