Prove or disprove P!=NP.

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


Please Help Members By Posting Answers For Below Questions

Explain how can a program be made to print the name of a source file where an error occurs?

807


How can you return multiple values from a function?

726


Why shouldn’t I start variable names with underscores?

711


What is function prototype in c with example?

655


What are the 5 elements of structure?

688






write a program to find the given number is prime or not

4075


What is getch () for?

787


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1784


What is the use of function overloading in C?

778


What are dangling pointers? How are dangling pointers different from memory leaks?

759


What are c preprocessors?

782


What is a pointer variable in c language?

734


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

916


What is the best way of making my program efficient?

669


Can we use any name in place of argv and argc as command line arguments?

699