How. To pass the entrance test
Explain the term printf() and scanf() used in c language?
How do you view the path?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
What is the best way to comment out a section of code that contains comments?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
How do I create a directory? How do I remove a directory (and its contents)?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
What is type qualifiers?
Reverse a string word by word??
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is Function Pointer? Explain with example?