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
What is the meaning of typedef struct in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Tell me what are bitwise shift operators?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How do you define structure?
What is the use of ?
Explain what are the different data types in c?
Is register a keyword in c?
What is c mainly used for?
Explain what is the difference between #include and #include 'file' ?
Can we change the value of static variable in c?
What is character set?
what is uses of .net
What are local static variables?
What are reserved words with a programming language?