Explain the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a rvalue?
write a program to print calender using for loop.
What does malloc () calloc () realloc () free () do?
wat are the two methods for swapping two numbers without using temp variable??
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
How are pointers declared in c?
Are the outer parentheses in return statements really optional?
How do you define CONSTANT in C?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is ponter?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,