What is variable in c with example?
Answer / utsav patel
in c language five types of variable are present
1) local variable.
2) global variable.
3) static variable.
4) automatic variable.
5) external variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
1 1 12 21 123 321 12344231 how i creat it with for loop??
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Explain what happens if you free a pointer twice?
What is the difference between constant pointer and pointer to a constant. Give examples.
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is wrong with this declaration?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What is the heap in c?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
Program to find the sum of digits of a given number until the sum becomes a single digit
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What are operators in c?