How can you return multiple values from a function?
No Answer is Posted For this Question
Be the First to Post Answer
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What does c mean before a date?
how to print this pyramid * * * * * * * * * * * * *
Can a function argument have default value?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What is your stream meaning?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
What is c token?
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
What are pointers in C? Give an example where to illustrate their significance.
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,