What are the disadvantages of external storage class?
No Answer is Posted For this Question
Be the First to Post Answer
What is pragma c?
string reverse using recursion
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What are the rules for the identifier?
What are the 4 types of organizational structures?
How can you increase the size of a dynamically allocated array?
Define C in your own Language.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,