Can a pointer be static?
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
What is a structural principle?
what is c language?
What is a symbolic constant?
What are global variables and explain how do you declare them?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
what are bitwise shift operators?
What is the purpose of 'register' keyword in c language?
advantages of pointers?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is declaration and definition in c?