What is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof int in c?
what is the diff b/w static and non static variables in C. Give some examples plz.
How can I find out if there are characters available for reading?
When should the register modifier be used? Does it really help?
where are auto variables stored? What are the characteristics of an auto variable?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain what is operator promotion?
For what purpose null pointer used?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
Whether there can be main inside another main?If so how does it work?