What are pointers? What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
How to implement call back functions ?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
How to print "I Love My India" without using semi colon?
list the no of files created when c source file is compiled
Explain how do you list a file’s date and time?
what is the use of operator ^ in C ? and how it works?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What are the basic data types associated with c?
What is selection sort in c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain what happens if you free a pointer twice?