What is the difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure packing in c?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
Write a C program to fill a rectangle using window scrolling
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
diff between exptected result and requirement?
What are the advantages and disadvantages of pointers?
Write a program to reverse a linked list in c.
printf("%d",(printf("Hello")); What it returns?
Is it possible to run a c program without using main?If yes HOW??
How to write a C program to determine the smallest among three nos using conditional operator?