What is c programing language?
No Answer is Posted For this Question
Be the First to Post Answer
Why is C language being considered a middle level language?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What is the difference between variable declaration and variable definition in c?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Explain spaghetti programming?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
in which language c language is written?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
what does exit() do?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
How can you find the day of the week given the date?
Difference between linking and loading?