How will you allocate memory to a double pointer ?
Answers were Sorted based on User's Feedback
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What are the types of data structures in c?
What is %d called in c?
How can you pass an array to a function by value?
Why doesnt the call scanf work?
how to write a data 10 in address location 0x2000
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What is meant by type casting?
What is the use of define in c?
What is static volatile in c?
What is the use of gets and puts?