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
write an interactive program to generate the divisors of a given integer.
What are the types of i/o functions?
write a c program to print "Welcome" without using semicolon in the whole program ??
With the help of using classes, write a program to add two numbers.
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
largest Of three Number using without if condition?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
list the no of files created when c source file is compiled
I came across some code that puts a (void) cast before each call to printf. Why?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
What are the types of data files?