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 the advantages of using new operator as compared to the function malloc ()?
why return type of main is not necessary in linux
application attempts to perform an operation?
Describe how arrays can be passed to a user defined function
What are different types of pointers?
What is c definition?
Do you know the purpose of 'register' keyword?
What is the easiest sorting method to use?
what is the diffrenet bettwen HTTP and internet protocol
When is a null pointer used?
What is the size of enum in bytes?
What is #include called?
What is putchar() function?
what will be the output for the following main() { printf("hi" "hello"); }
How are variables declared in c?