Why do we use null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Is it possible to create recycle bin in mobiles?
why integer range between -327680to+32767
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
how to find anagram without using string functions using only loops in c programming
What is the difference between void main and main in c?
What would be an example of a structure analogous to structure c?
Explain is it better to bitshift a value than to multiply by 2?
What is the purpose of main() function?
What is the difference between array and structure in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays