what does the following function print?
func(int i)
{
if(i%2)return 0;
eale return 1;
}
main()
{
int =3;
i=func(i);
i=func(i);
printf("%d",i);}
Post New Answer View All Answers
Which header file is used for clrscr?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
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
Write a program on swapping (100, 50)
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Is there a way to compare two structure variables?
What is the difference between union and structure in c?
Why we use int main and void main?
Who invented b language?
What are c header files?
How will you delete a node in DLL?
about c language
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How do you determine whether to use a stream function or a low-level function?