Answer Posted / aravind
error
relational operators can't be assaigned, they are used for just conditions.
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
Why void is used in c?
What is extern variable in c with example?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the difference between a free-standing and a hosted environment?
how do you execute a c program in unix.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is the use of function overloading in C?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
If fflush wont work, what can I use to flush input?
Explain what is the difference between functions abs() and fabs()?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How can I find out if there are characters available for reading?
If I have a char * variable pointing to the name of a function ..
Write a program on swapping (100, 50)
Why & is used in c?