What is the explanation for the dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between functions getch() and getche()?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the purpose of the preprocessor directive error?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What are the advantages of union?
Is it acceptable to declare/define a variable in a c header?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
write a own function for strstr
What is the description for syntax errors?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
Why do we use stdio h and conio h?