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
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain can static variables be declared in a header file?
difference between native and cross compilers
What is the advantage of a random access file?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What do header files do?
what is the syallabus of computer science students in group- 1?
What is a char c?
What is the size of empty structure in c?
What are the different types of control structures in programming?
Is c++ based on c?
What is && in c programming?