Explain 'far' and 'near' pointers in c.
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
compare array with pointer?
What is nested structure?
list the no of files created when c source file is compiled
program to find the magic square
What do header files do?
what is mean by Garbage collection ? Please answer me. Advance thanks.
Can a pointer be volatile in c?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What is static and auto variables in c?
write a programming in c to find the sum of all elements in an array through function.
how is the examination pattern?