Answer Posted / kisna
by using two pointers
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why do we use return in c?
Explain how do you use a pointer to a function?
Explain setjmp()?
application attempts to perform an operation?
When should a type cast not be used?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Where in memory are my variables stored?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is bubble sort technique in c?
What are the advantages of external class?
Where are local variables stored in c?
What is d'n in c?
What should malloc(0) do?
What is data type long in c?
How can I write functions that take a variable number of arguments?