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


Please Help Members By Posting Answers For Below Questions

Write a program to check palindrome number in c programming?

784


What is null in c?

760


What is the difference between c and python?

812


Is c easier than java?

798


Why is c still so popular?

796


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1716


Why is #define used?

1020


What does malloc () calloc () realloc () free () do?

792


What are the features of c language?

826


What are the types of c language?

776


write a program for the normal snake games find in most of the mobiles.

2022


What is include directive in c?

851


How can you determine the maximum value that a numeric variable can hold?

897


Write a program to reverse a given number in c?

784


What is the difference between variable declaration and variable definition in c?

815