What is a header file?
No Answer is Posted For this Question
Be the First to Post Answer
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
how to find binary of number?
in malloc and calloc which one is fast and why?
what is software?
What are the types of data structures in c?
Can you think of a logic behind the game minesweeper.
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
how write a addtion of two single dimensional array using of pointer in c language?
What does *p++ do? What does it point to?
Discuss the function of conditional operator, size of operator and comma operator with examples.
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
How can you restore a redirected standard stream?