What is the explanation for modular programming?
No Answer is Posted For this Question
Be the First to Post Answer
In which header file is the null macro defined?
implement NAND gate logic in C code without using any bitwise operatior.
show how link list can be used to repersent the following polynomial i) 5x+2
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How can I find out if there are characters available for reading?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Explain how do you override a defined macro?
What are operators in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
which one low Priority in c? a)=,b)++,c)==,d)+
void main() { int a=1; while(a++<=1) while(a++<=2); }
difference between loading and linking