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
What language is c written?
Why does notstrcat(string, "!");Work?
What is context in c?
What is a void * in c?
What is p in text message?
What is hashing in c language?
Differentiate between the expression “++a” and “a++”?
What is character constants?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the difference between text and binary i/o?
What do you mean by dynamic memory allocation in c?
Are the outer parentheses in return statements really optional?
What is NULL pointer?
How to set file pointer to beginning c?