When should you not use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
Program to write some contents into a file using file operations with proper error messages.
what is the use of keyword volatile??
What should be keep precautions while using the recursion method?
What is queue in c?
Explain the advantages and disadvantages of macros.
what is the difference between getch() and getchar()?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
How do you convert strings to numbers in C?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Can you please explain the difference between exit() and _exit() function?
What is derived datatype in c?
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?