What is the difference between constant pointer and constant variable?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various types of control structures in programming?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
provide an example of the Group by clause, when would you use this clause
Why does the call char scanf work?
Is c an object oriented programming language?
What is the size of structure pointer in c?
What does sizeof int return?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
What is the meaning of int *x[]();?
What does. int *x[](); means ?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is ambagious result in C? explain with an example.