print ur name without using any semicolon in c/c++....

Answer Posted / sanjeet

#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between malloc() and calloc() function?

631


Explain what is gets() function?

641


What are the loops in c?

603


What is the difference between printf and scanf )?

609


What is structure padding and packing in c?

631






What is the explanation for the dangling pointer in c?

688


What does %d do in c?

554


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1550


Is c is a high level language?

630


What is a pointer in c?

694


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

677


What is structure of c program?

618


What are the 4 types of unions?

621


What are unions in c?

592


What is c token?

623