What is the difference between void main() and void main (void) give example programme?
No Answer is Posted For this Question
Be the First to Post Answer
What is null pointer constant?
What is the difference between the = symbol and == symbol?
Explain why C language is procedural?
what is C?
write a program in c to read array check element is present or not?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
How many bytes is a struct in c?
Explain what is the most efficient way to store flag values?
what is the maximum no. of bytes calloc can allocate
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
How do I get an accurate error status return from system on ms-dos?