print ur name without using any semicolon in c/c++....
Answer Posted / gprabha
#include<stdio.h>
void main()
{
int i=1;
if(printf("Prabha"))
{
i++;
}
getch();
}
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How is null defined in c?
In which header file is the null macro defined?
What is the use of ?
What is the difference between int main and void main?
What is omp_num_threads?
What is the 'named constructor idiom'?
What is meant by type specifiers?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is #line used for?
What are the header files used in c language?
What does 3 periods mean in texting?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain how can I prevent another program from modifying part of a file that I am modifying?