What is the output of printf("%d", printf("Hello"));?
Post New Answer View All Answers
What is NULL pointer?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is an array? What the different types of arrays in c?
Explain what does the function toupper() do?
What are actual arguments?
What is void main () in c?
What are shell structures used for?
What is const keyword in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is array in c with example?
How do you define a function?
what are the different storage classes in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is bss in c?
Can we replace the struct function in tree syntax with a union?