why arguments can generally be passed to functions
a) sending the values of the arguments
b) sending the addresses of the arguments
c) a & b
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Is main is user defined function?
What is structure in c language?
What is an array in c?
Mention four important string handling functions in c languages .
Differentiate between a for loop and a while loop? What are it uses?
main() { int a[10]; printf("%d",*a+1-*a+3); }
What is pointer to pointer in c?
What is queue in c?
how many errors in c explain deply