Write a program which uses Command Line Arguments
No Answer is Posted For this Question
Be the First to Post Answer
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is a unnitialised pointer?
What is the difference between a shallow copy and a deep copy?
Write about the local class and mention its use?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is static in c++?
Write about the various sections of the executable image?
What do you mean by abstraction in C++?
Why is it necessary to use a reference in the argument to the copy constructor?
What is realloc() and free()? What is difference between them?