Answer Posted / arpita
p=2, n=5
p!=np
2!=5*2
2!=2
hence prooved.
p=1,n=1
p!=np
1!=1*1
but 1=1
hence disprooved.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are logical errors and how does it differ from syntax errors?
Explain how can I right-justify a string?
Stimulate calculator using Switch-case-default statement for two numbers
How to declare pointer variables?
What is masking?
What is string length in c?
Why do we use return in c?
What is a void * in c?
What are the characteristics of arrays in c?
Can static variables be declared in a header file?
Can a pointer point to null?
What are all different types of pointers in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
what is the different bitween abap and abap-hr?
What is static and auto variables in c?