What is meant by int main ()?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What are macros in C?
Sir i need notes for structure,functions,pointers in c language can you help me please
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Binary tree traversing
Explain the difference between the local variable and global variable in c?
Meaning of () in c
When we use void main and int main?
Why is c called a mid-level programming language?
Can we increase size of array in c?
What is the mean of function?
How does memset() work in C?