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
Define the scope of static variables.
What are structures and unions? State differencves between them.
What are the advantage of c language?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How do I read the arrow keys? What about function keys?
In C language what is a 'dangling pointer'?
Differentiate between a structure and a union.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is the difference between āgā and āgā in C?
Which is the best website to learn c programming?
Explain what are global variables and explain how do you declare them?
What does == mean in texting?
What does typeof return in c?
What is string function in c?