What is queue in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what a Binary Search Tree is.
Once I have used freopen, how can I get the original stdout (or stdin) back?
When should volatile modifier be used?
What are linked lists in c?
What is sizeof c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Can we write a program without main() function?
What is pointer to pointer in c language?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,