Answer Posted / rohit
suppose
if
p=5,
np=5
or
np=6
!=(it is the sign of not equal to)
so
if np and p are same the answer is false
and when the np and p are different the the answer is true
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a loop?
what is the syallabus of computer science students in group- 1?
What is a program flowchart and how does it help in writing a program?
can anyone please tell about the nested interrupts?
Is that possible to add pointers to each other?
What is null pointer in c?
What is the difference between strcpy() and memcpy() function in c programming?
How to declare a variable?
Why is it that not all header files are declared in every C program?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is nested structure?
Can a file other than a .h file be included with #include?
How can I open files mentioned on the command line, and parse option flags?
what do you mean by enumeration constant?
Dont ansi function prototypes render lint obsolete?