Why is it that not all header files are declared in every C program?
No Answer is Posted For this Question
Be the First to Post Answer
Which type of language is c?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
how can we print hellow world programme without using semicolon
What does == mean in texting?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
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
Explain how are portions of a program disabled in demo versions?
code for inverse a matrix
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Who developed c language and when?
What does %d do?
What is the difference b/w main() in C language and main() in C++.