Can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between malloc() and calloc() function?
How to calculate sum
What’s the special use of UNIONS?
find the sum of two matrices and WAP for it.
What is this pointer in c plus plus?
What the different types of arrays in c?
write a programe returns the number of times the character appears in the string
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Explain that why C is procedural?
How can you dynamically allocate memory in C?
What is the difference between a string and an array?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)