the data type used for unlimited value in c
and how to do this program
What is the difference between int main and void main in c?
what is event driven software and what is procedural driven software?
Why c is a mother language?
What does %2f mean in c?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
What should malloc() do?
Was 2000 a leap year?
with out using main how to execute the program?
What is variable in c with example?
What are the different types of constants?
what will happen if you free a pointer twice after allocating memory dynamically ?