Answer Posted / manju
printf is used to print the function of the statement.&its
header file is <include.stdio.h>
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is restrict keyword in c?
What are the general description for loop statement and available loop types in c?
What is getch() function?
Sir i need notes for structure,functions,pointers in c language can you help me please
how logic is used
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How can I convert a number to a string?
What is wrong with this code?
write a program to print data of 5 five students with structures?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Why does this code crash?
How can I remove the trailing spaces from a string?
Why does the call char scanf work?
What is wild pointer in c with example?