Answer Posted / renisha
c is powerful system language even which user are using to
compiler as source code. it used input and display the output.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of the function in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
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?
Explain what is the stack?
Explain data types & how many data types supported by c?
Why is #define used?
What is the function of volatile in c language?
What is wrong with this statement? Myname = 'robin';
What is class and object in c?
please explain every phase in the "SDLC" in the dotnet.
What is operator promotion?
How pointers are declared?
Which driver is a pure java driver
What are the header files used in c language?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above