What are the header files used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between #include<...> and #include '...'
What is difference between constant pointer and constant variable?
Where are the auto variables stored?
How is a pointer variable declared?
What is structure in c explain with example?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
write a program to check whether a number is Peterson or not.
what is the differance between pass by reference and pass by value.
Explain what are global variables and explain how do you declare them?
Why clrscr is used after variable declaration?
Explain the difference between getch() and getche() in c?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a