Why we use void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
What does #pragma once mean?
In C language, a variable name cannot contain?
Explain how do you generate random numbers in c?
How is pointer initialized in c?
What is the difference between far and near in c?
What is the size of empty structure in c?
What is the difference between union and structure in c?
what about "char *(*(*a[])())();"
write a program to arrange the contents of a 1D array in ascending order
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.