Answer Posted / fazlur rahaman naik
5th element in an array of integer pointers.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the benefit of using const for declaring constants?
What is the difference between union and structure in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Difference between exit() and _exit() function?
What is meant by operator precedence?
How can you invoke another program from within a C program?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is restrict keyword in c?
What are different types of variables in c?
Explain how can a program be made to print the line number where an error occurs?
Why ca not I do something like this?
What is meant by type specifiers?
code for find determinent of amatrix