Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language & why it is used?
Can you return null in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What do the functions atoi(), itoa() and gcvt() do?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
What are the advantages of c language?
void main() { int i=5; printf("%d",i++ + ++i); }
What is the -> in c?
how to print "hai" in c?
What is the difference between getch() and getche()?
What is string function in c?
What is the difference between fread buffer() and fwrite buffer()?