What is "Duff's Device"?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a program flowchart and explain how does it help in writing a program?
Why doesn't C support function overloading?
What is property type c?
What are static functions?
How many identifiers are there in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What does %c mean in c?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Write a pro-gramme to determine whether the number is even or odd?
in which language c language is written?
Are there namespaces in c?