What is the difference between null pointer and void pointer
Answer Posted / junejo
what is except handling in c sharp?
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
Is linux written in c?
What is unsigned int in c?
If null and 0 are equivalent as null pointer constants, which should I use?
Can a variable be both const and volatile?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What do header files do?
How can I insert or delete a line (or record) in the middle of a file?
What is the difference between far and near ?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How do I get a null pointer in my programs?
What are keywords in c with examples?
Is there a way to compare two structure variables?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?