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 do you print an address?
Which is better malloc or calloc?
Why is this loop always executing once?
What are the types of pointers?
How can I delete a file?
Can the sizeof operator be used to tell the size of an array passed to a function?
Why main is not a keyword in c?
What is the size of array float a(10)?
hi, which software companys will take,if d candidate's % is jst 55%?
Tell us the use of fflush() function in c language?
What are the application of c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are pointers in C? Give an example where to illustrate their significance.
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Is array a primitive data type in c?