Where static variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
why you will give me a job in TCS.
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
Which is better malloc or calloc?
What is exit() function?
what value is returned to operating system after program execution?
Are the variables argc and argv are local to main?
How can I write functions that take a variable number of arguments?
What are two dimensional arrays alternatively called as?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Explain #pragma statements.