Why do we use namespace feature?
No Answer is Posted For this Question
Be the First to Post Answer
Why Modern OS are interrupt driven?Give an example
inline function is there in c language?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What type of function is main ()?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
How can I read/write structures from/to data files?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor