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
Write a program to check palindrome number in c programming?
What is null in c?
What is the difference between c and python?
Is c easier than java?
Why is c still so popular?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why is #define used?
What does malloc () calloc () realloc () free () do?
What are the features of c language?
What are the types of c language?
write a program for the normal snake games find in most of the mobiles.
What is include directive in c?
How can you determine the maximum value that a numeric variable can hold?
Write a program to reverse a given number in c?
What is the difference between variable declaration and variable definition in c?