why arguments can generally be passed to functions
a) sending the values of the arguments
b) sending the addresses of the arguments
c) a & b
d) none of the above
Can anyone tell what is stack overflow? what precaution we should take?
2. What does static variable mean?
inline function is there in c language?
What is a newline escape sequence?
How can you increase the allowable number of simultaneously open files?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Explain what is the difference between a free-standing and a hosted environment?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(“%d”,*(*(x+1)+3));
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
name the language for writing c compiler?