What are the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare a function inside a function in c?
what is data structure.in linear and non linear data structures which one is better?Explain
What are lookup tables 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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
write a program to print data of 5 five students with structures?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Why calloc is better than malloc?
What are function pointers? Provide an example.
Explain what is a static function?
What is c variable?