What are the different types of pointers?
Answer Posted / newakash.89
far,near and huge
| Is This Answer Correct ? | 24 Yes | 6 No |
Post New Answer View All Answers
Explain the process of converting a Tree into a Binary Tree.
Why is c used in embedded systems?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the use of ?: Operator?
Explain data types & how many data types supported by c?
Give differences between - new and malloc() , delete and free() ?
What are the types of operators in c?
What do mean by network ?
How do I use strcmp?
When is a void pointer used?
What are local variables c?
What are the key features in c programming language?
how many errors in c explain deply
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is New modifiers?