what are the advanced features of functions
a) function declaration and prototypes
b) calling functions by value or by reference
c) recursion
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
What are the 32 keywords 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
what is the difference between malloc() and calloc() function?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
how to count no of words,characters,lines in a paragraph.
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
main() { printf(5+"Vidyarthi Computers"); }
Explain main function in c?
what is pointer
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Write the Program to reverse a string using pointers.