What is 02d in c?
No Answer is Posted For this Question
Be the First to Post Answer
How is actual parameter different from the formal parameter?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
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?
What is the default value of local and global variables in c?
what is the difference between. system call and library function?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
what is the use of ~ in c lang?????
Example of friendly function in c++
Which weighs more, a gram of feathers or a gram of gold?
Explain how can a program be made to print the name of a source file where an error occurs?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)