Answer Posted / hareram ray
#include<stdio.h>
int main(int argc,char *argv)
{
clrscr();
printf("%d");
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
How do you print an address?
What are the 5 types of organizational structures?
What is character set?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is .obj file in c?
Why is this loop always executing once?
What does the && operator do in a program code?
What do you mean by keywords in c?
Are there constructors in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
#include
What is the deal on sprintf_s return value?
How was c created?