Answer Posted / sathish kumar
pandit jawaharlal nehru
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
in iso what are the common technological language?
what is use of malloc and calloc?
how logic is used
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
application attempts to perform an operation?
What is the difference between class and object in c?
Is fortran faster than c?
all c language question
What is pointer to pointer in c?
Explain why C language is procedural?
Why isnt there a numbered, multi-level break statement to break out
What is c value paradox explain?
What is difference between Structure and Unions?
What is the difference between void main and main in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above