Difference between linking and loading?
No Answer is Posted For this Question
Be the First to Post Answer
how can write all 1to 100 prime numbers using for loop,if and break ?
Are c and c++ the same?
What is FIFO?
Explain zero based addressing.
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Explain the use of bit fieild.
When should a far pointer be used?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Differentiate between null and void pointers.
WAP to accept first name,middle name & last name of a student display its initials?
If the size of int data type is two bytes, what is the range of signed int data type?
C,c++, Java is all are structural oriented or procedure oriented language..?