What are register variables? What are the advantage of using register variables?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt that code work?
How can I handle floating-point exceptions gracefully?
What are types of structure?
What is realloc in c?
How can a string be converted to a number?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What is the difference between i++ and i+1 ?(in terms of memory)
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
the operator for exponencation is a.** b.^ c.% d.not available
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
write the program to find multiplication of 2-D matrix??????????