What is a wrapper function in c?
what is diference between return 0 and return NULL??
How is a macro different from a function?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is wrong in this statement? scanf(“%d”,whatnumber);
What is New modifiers?
How to add two numbers with using function?
Explain the array representation of a binary tree in C.
Explain what is a program flowchart and explain how does it help in writing a program?
What are all different types of pointers in c?
When should the const modifier be used?
Do you know null pointer?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...