What is the difference between printf and scanf in c?
where are auto variables stored? What are the characteristics of an auto variable?
What is a const pointer, and how does it differ from a pointer to a const?
What are register variables? What are the advantage of using register variables?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
What is a node in c?
What's the difference between a linked list and an array?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
What are static functions?
What is a stream?
Can you return null in c?
What are the advantages of using linked list for tree construction?
What are the rules for identifiers in c?