Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is c call by value?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
how to print this sereis 2 4 3 6 5..........?
write a code for large nos multilication (upto 200 digits)
Diff between for loop and while loop?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Difference between strcpy() and memcpy() function?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What will be the outcome of the following conditional statement if the value of variable s is 10?