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
Explain how can a program be made to print the name of a source file where an error occurs?
How can you return multiple values from a function?
Why shouldn’t I start variable names with underscores?
What is function prototype in c with example?
What are the 5 elements of structure?
write a program to find the given number is prime or not
What is getch () for?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is the use of function overloading in C?
What are dangling pointers? How are dangling pointers different from memory leaks?
What are c preprocessors?
What is a pointer variable in c language?
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?
What is the best way of making my program efficient?
Can we use any name in place of argv and argc as command line arguments?