Explain how can you avoid including a header more than once?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include called?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
What is the difference between procedural and declarative language?
how to swap 2 numbers within a single statement?
Why #include is used in c language?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
HOW TO HANDLE EXCEPTIONS IN C
Why do u use # before include in a C Progam?
What does the && operator do in a program code?
IS Doon college of Engn.. has good faculty
plz answer.. a program that takes a string e.g. "345" and returns integer 345