What is difference between function overloading and operator overloading?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 5 types of organizational structures?
how to swap two integers 1 and 32767 without using third variable
To what value do nonglobal variables default? 1) auto 2) register 3) static
what is the difference between c and c++?
how many key words availabel in c a) 28 b) 31 c) 32
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(“%d”,*(*(x+1)+3));
Explain what is page thrashing?
Define function pointers?
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 floating point constants?
main() { printf(5+"Vidyarthi Computers"); }
Explain Linker and Loader