print ur name without using any semicolon in c/c++....
Answer Posted / baba kancha
#include<stdio.h>
int main( )
{ if(printf("baba")
{
}
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How many bytes is a struct in c?
How can I sort a linked list?
If you know then define #pragma?
What is an endless loop?
Why C language is a procedural language?
Explain how can you determine the size of an allocated portion of memory?
What are local static variables?
What is calloc in c?
What is printf () in c?
What is static memory allocation?
Disadvantages of C language.
Is javascript based on c?
Is main is user defined function?
What is FIFO?
How can I handle floating-point exceptions gracefully?