What are the advantages and disadvantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Write a routine that prints out a 2-D array in spiral order!
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
is c language is a object oreinted language?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
How can I find out if there are characters available for reading?
What is c language and why we use it?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Difference between strcpy() and memcpy() function?
What is scope rule of function in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above