What Is The Difference Between Null And Void Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How a string is stored in c?
Write a C program to convert an integer into a binary string?
what is array?
What is volatile, register definition in C
Write a program to print the prime numbers from 1 to 100?
Differentiate between the = symbol and == symbol?
what is the difference between structure and union?
What is structure data type in c?
what is c?
What was noalias and what ever happened to it?