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 line in c preprocessor?
What are the header files used in c language?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is wrong with this code?
What are the advantages of using Unions?
Why main is used in c?
how to count no of words,characters,lines in a paragraph.
Why doesnt long int work?
What are the primitive data types in c?
Explain what is the heap?
Hi can anyone tell what is a start up code?
Which programming language is best for getting job 2020?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the advantage of an array over individual variables?
When should you not use a type cast?