Why void main is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Where static variables are stored in memory in c?
What is the size of array float a(10)?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
What are the types of pointers in c?
Explain threaded binary trees?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
Difference between fopen() and open()?
Why array is used in c?
What is wild pointer in c with example?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
write a program to find out prime number using sieve case?
How can you convert integers to binary or hexadecimal?