What is #include stdio h?
No Answer is Posted For this Question
Be the First to Post Answer
difference between loading and linking
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
How does selection sort work in c?
How can I make it pause before closing the program output window?
int x=sizeof(!5.856); What will value of variable x?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What is meant by int fun const(int a, int b) { .... ... }
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
biggest of two no's with out using if condition statement
How to print "Hi World" without using semi colon?
program in c to print 1 to 100 without using loop