write a “Hello World” program in “c” without using a semicolon?
Answer Posted / bitan
int main(){
if(printf("Hello World")){}
}
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are reserved words with a programming language?
diff between exptected result and requirement?
What is the main difference between calloc () and malloc ()?
What is pointer in c?
What does struct node * mean?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Write a program with dynamically allocation of variable.
Explain the difference between getch() and getche() in c?
What is the difference between constant pointer and constant variable?
Differentiate between static and dynamic modeling.
What is the use of function in c?
How does selection sort work in c?
Explain what is the purpose of "extern" keyword in a function declaration?