print ur name without using any semicolon in c/c++....
Answer Posted / deepjoy das
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Deep"))
{
}
}
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which is more efficient, a switch statement or an if else chain?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How can I implement a delay, or time a users response, with sub-second resolution?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
what is use of malloc and calloc?
ATM machine and railway reservation class/object diagram
Why do we use header files in c?
please explain every phase in the "SDLC" in the dotnet.
Define macros.
Which is better malloc or calloc?
What are # preprocessor operator in c?
Explain spaghetti programming?
What is the difference between functions abs() and fabs()?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain why C language is procedural?