Where local variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
can u give me the good and very optimised code for a car racing game?
Is it better to bitshift a value than to multiply by 2?
what is c?
application attempts to perform an operation?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What are the types of data files?
Define VARIABLE?
difference between Low, Middle, High Level languages in c ?
What are the scope of static variables?
write a own function to compare two strings with out using stringcomparition function?
What are the disadvantages of external storage class?