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
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
Explain what’s a signal? Explain what do I use signals for?
while initialization of array why we use a[][2] why not a[2][]...?
What does typedef struct mean?
what is ur strangth & weekness
What is the difference between variable declaration and variable definition in c?
What do you know about the use of bit field?
Explain what is #line used for?
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.
How would you obtain the current time and difference between two times?
What is c variable?
What are enumerated types?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain what is output redirection?
Write a program to print factorial of given number without using recursion?