Why we use stdio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of control structures?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Is there a way to switch on strings?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
What does the format %10.2 mean when included in a printf statement?
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
Why main is not a keyword in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How can I remove the trailing spaces from a string?
write a program in C to swap two variables