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


Please Help Members By Posting Answers For Below Questions

An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

949


Explain what’s a signal? Explain what do I use signals for?

813


while initialization of array why we use a[][2] why not a[2][]...?

2120


What does typedef struct mean?

862


what is ur strangth & weekness

2050


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

829


What do you know about the use of bit field?

836


Explain what is #line used for?

820


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1744


How would you obtain the current time and difference between two times?

1002


What is c variable?

815


What are enumerated types?

865


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1764


Explain what is output redirection?

910


Write a program to print factorial of given number without using recursion?

791