Answer Posted / vadivelt
My Assumption would be.,
N = Some no
P = Some no
NP -> does not mean multiplication of N and P. Just it
means two different numbers.
So my answer is.,
4! = 4*3*2*1
ie.,
4! = 24 so,
P! = NP
Hence proved..
Here P = 4, N = 2.
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is a struct c#?
Why is void main used?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is operator promotion?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the general form of #line preprocessor?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is new line escape sequence?
what is the difference between 123 and 0123 in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is a protocol in c?
Without Computer networks, Computers will be half the use. Comment.
What does typeof return in c?
When is the “void” keyword used in a function?