Is it possible to have a function as a parameter in another function?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int i=5; printf("%d",i++ + ++i); }
Is c compiled or interpreted?
What is a pragma?
What is putchar() function?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Why pointers are used in c?
What are linked lists in c?
Explain the difference between fopen() and freopen().
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
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 high-order and low-order bytes.
Find occurence of a character in a sting.