What is FIFO?
Why do we use & in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is dynamic memory allocation?
How to write c functions that modify head pointer of a linked list?
How can I split up a string into whitespace-separated fields?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is structure pointer in c?
What is array in C
What is d'n in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is pointer and structure in c?
What is dynamic dispatch in c++?
In a switch statement, explain what will happen if a break statement is omitted?
What are unions in c?