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
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is a null string in c?
Can the size of an array be declared at runtime?
What is the purpose of the preprocessor directive error?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
which type of aspect you want from the student.
Explain what is the benefit of using #define to declare a constant?
How will you find a duplicate number in a array without negating the nos ?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is the purpose of clrscr () printf () and getch ()?
How can you return multiple values from a function?
Explain how can I convert a string to a number?
What is the best style for code layout in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain what is the benefit of using enum to declare a constant?