What is function and its example?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between ordinary variable and pointer in c.
What is d'n in c?
Without using main fn and semicolon,print remainder for a given number in C language
How can I split up a string into whitespace-separated fields?
What is the meaning When we write "#include" what is # and what does include does there???
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Explain what is #line used for?
Is c still used in 2019?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
Why do we use int main?
What is the advantage of a random access file?
How can I return multiple values from a function?