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

Answer Posted / harendra kumar

#include<stdio.h>
void main()
{
if(printf("harru"))
{
}
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is clrscr ()?

637


What is the general form of #line preprocessor?

587


Can we use any name in place of argv and argc as command line arguments?

610


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1866


What is the purpose of scanf() and printf() functions?

725






How can you restore a redirected standard stream?

610


What are pointers? Why are they used?

632


Explain how do you list files in a directory?

618


What is auto keyword in c?

792


What functions are used for dynamic memory allocation in c language?

602


What is array of structure in c?

594


How can I remove the trailing spaces from a string?

616


a program that can input number of records and can view it again the record

1486


Can you explain the four storage classes in C?

644


Why is structure important for a child?

603