Answer Posted / saravanan j (srm universi
array concept is used to locate the memory allocation for
the variables
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to explain the final year project as a fresher please answer with sample project
How to define structures? ·
Are the outer parentheses in return statements really optional?
What is extern c used for?
What happens if a header file is included twice?
Hi can anyone tell what is a start up code?
Is printf a keyword?
What is spark map function?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Can two or more operators such as and be combined in a single line of program code?
What does c in a circle mean?
Explain how can I convert a number to a string?
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.