Answer Posted / arpita
p=2, n=5
p!=np
2!=5*2
2!=10
hence prooved.
p=1,n=1
p!=np
1!=1*1
but 1=1
hence disprooved.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is conio h in c?
Why do we use static in c?
what is the format specifier for printing a pointer value?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the use of typedef in structure in c?
What is meant by preprocessor in c?
Define Array of pointers.
What are directives in c?
What is wrong with this declaration?
How can you convert integers to binary or hexadecimal?
How do you sort filenames in a directory?
Explain the difference between the local variable and global variable in c?
How is = symbol different from == symbol in c programming?
Define circular linked list.
How can I do serial ("comm") port I/O?