Post New Answer View All Answers
What are the ways to a null pointer can use in c programming language?
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
Why c is faster than c++?
What is structure and union in c?
Explain indirection?
Why void is used in c?
How will you divide two numbers in a MACRO?
What are the string functions? List some string functions available in c.
What does a pointer variable always consist of?
What is call by reference in functions?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the difference between array and pointer?
i got 75% in all semester am i eligible for your company
How can I split up a string into whitespace-separated fields?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result