How does variable declaration affect memory?
Answer / glibwaresoftsolutions
The type of data contained in that variable determines how much memory has to be allocated or reserved.
If a variable is designated as "integer type," for instance, 32 bits of memory storage will be set aside specifically for that variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What math functions are available for integers? For floating point?
What is a void pointer? When is a void pointer used?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What do you mean by recursion in c?
What is a pointer variable in c language?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
which operator is known as dummy operator in c?
what is the differance between pass by reference and pass by value.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com