What is the difference between int main and void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
WAP to find that given no is small or capital
Write a program for finding factorial of a number.
Are c and c++ the same?
What are compound statements?
What is the total generic pointer type?
What are the different types of objects used in c?
Can 'this' pointer by used in the constructor?
What is a segmentation fault?
What are the __date__ and __time__ preprocessor commands?