What are qualifiers and modifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference b/w NULL and null?
How #define works?
Under what circumstances does a name clash occur?
What is dynamic variable in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Is it possible to initialize a variable at the time it was declared?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
which of 'arrays' or 'pointers' are faster?
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 string in c language?
What’s a signal? Explain what do I use signals for?