List out few of the applications that make use of Multilinked Structures?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is c basic?
how would a 4*3 array A[4][3] stored in Row Major Order?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
regarding pointers concept
What are the different types of pointers?
What are the 5 elements of structure?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
What is the difference between if else and switchstatement