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 is dynamic variable in c?
Define recursion in c.
Differentiate between the = symbol and == symbol?
what value is returned to operating system after program execution?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is volatile c?
Can we initialize extern variable in c?
What is #include conio h?
Can you write a programmer for FACTORIAL using recursion?
When should the const modifier be used?
What are directives in c?
What is the difference between a string and an array?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What do you mean by c what are the main characteristics of c language?