Why we use stdio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
Why is sizeof () an operator and not a function?
write a program to remove occurrences the word from entered text?
Can two or more operators such as and be combined in a single line of program code?
name the language for writing c compiler?
Explain what is a static function?
Explain what is gets() function?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Do you know null pointer?
What is static function in c?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
If errno contains a nonzero number, is there an error?