Explain the difference between null pointer and void pointer.
No Answer is Posted For this Question
Be the First to Post Answer
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
How can I allocate arrays or structures bigger than 64K?
how to execute with out main in cprogram
Explain the meaning of keyword 'extern' in a function declaration.
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
how the compiler treats any volatile variable?Explain with example.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is 02d in c?
What is the difference between the = symbol and == symbol?
is forign key will be unique key any table or not?
What is putchar() function?
What is a lookup table in c?