What is the purpose of scanf() and printf() functions?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Which command is more efficient? *(ptr+1) or ptr[1]
which is an algorithm for sorting in a growing Lexicographic order
What is the memory allocated by the following definition ? int (*x)[10];
What is gets() function?
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
What is a good data structure to use for storing lines of text?
write a program to generate address labels using structures?
Is it valid to address one element beyond the end of an array?
without using arithmatic operator convert an intger variable x into x+1
Describe the header file and its usage in c programming?
Can I pass constant values to functions which accept structure arguments?