What is a example of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between strcpy() and memcpy() function?
How many data structures are there in c?
How can I open a file so that other programs can update it at the same time?
Q. where is the below variables stored ? - volatile, static, register
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is pointer to pointer in c language?
What is class and object in c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
how to add two numbers without using arithmetic operators?
how to find out the reverse number of a digit if it is input through the keyboard?
For what purpose null pointer used?