write c program without semicolon
Answer Posted / saranya
#include<iostream.h>
#include<conio.h>
int main()
(
if(printf("welcome"))
}
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What are compound statements?
Can static variables be declared in a header file?
Difference between strcpy() and memcpy() function?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What are the three constants used in c?
What are the 4 types of programming language?
Why calloc is better than malloc?
Write a program to check prime number in c programming?
Write the Program to reverse a string using pointers.
What is n in c?
What are pragmas and what are they good for?
write a program to create a sparse matrix using dynamic memory allocation.
Define the scope of static variables.
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is FIFO?