What is include directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a; a=++100; printf("%d",a); getch(); }
What is the equivalent code of the following statement in WHILE LOOP format?
What is your stream meaning?
who invented c
write a program to gat the digt sum of a number (et. 15= >1+5=6)
why do some people write if(0 == x) instead of if(x == 0)?
Tell me what is null pointer in c?
What is wrong with this statement? Myname = 'robin';
c program for searching a student details among 10 student details
Describe the difference between = and == symbols in c programming?
Which is better oop or procedural?
program for reversing a selected line word by word when multiple lines are given without using strrev