What is scope rule in c?
No Answer is Posted For this Question
Be the First to Post Answer
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
How to find the usage of memory in a c program
In which layer of the network datastructure format change is done
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is a structural principle?
Where local variables are stored in c?
diff. between *p and **p
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
What is union in c?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
When the macros gets expanded?