State two uses of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
how to print 212 as Twohundreds twelve plz provide me ans soon
write a program to fined second smallest and largest element in a given series of elements (without sorting)
how to find greatet of 10 numbers without using array?
main() { clrscr(); } clrscr();
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
What is f'n in math?
Differentiate between a for loop and a while loop? What are it uses?
code for inverse a matrix
Explain the difference between structs and unions in c?
In which layer of the network datastructure format change is done
why we use pointer in c