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
What are run-time errors?
What are the advantages of using linked list for tree construction?
Why can arithmetic operations not be performed on void pointers?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is void main ()?
What is difference between structure and union in c?
What is the purpose of sprintf?
What are the 4 types of unions?
Does c have an equivalent to pascals with statement?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is data type long in c?
What is the difference between mpi and openmp?
Why is c still so popular?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Is linux written in c?