Answer Posted / thanigaivel.s
Intialize the Variable or Array memory at the run time of
Code .
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
given post order,in order construct the corresponding binary tree
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write a program of advanced Fibonacci series.
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Place the #include statement must be written in the program?
What is the explanation for prototype function in c?
What is the difference between functions getch() and getche()?
How is a structure member accessed?
Why is extern used in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is the size of empty structure in c?
What is FIFO?
What are variables and it what way is it different from constants?
What is s in c?
Is calloc better than malloc?