/*what is the output for the code*/
void main()
{
int r;
r=printf("naveen");
r=printf();
printf("%d",r);
getch();
}
Answer / amegha
r=printf() sttmnt will produce an error as - too few
parameters in printf().
It needs any argument value.
r=printf("naveen") returns the no of characters printed.
here 6.
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you understand by normalization of pointers?
write a programming in c language, 1 3 5 7 9 11
difference between c and c++?
What is the restrict keyword in C?
Dear Sir, we are required the bubble sorting programs Regs Prem
How does C++ help with the tradeoff of safety vs. usability?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
What are pointers? Why are they used?
how to find anagram without using string functions using only loops in c programming
What are keywords in c with examples?
How does sizeof know array size?
what is computer engg