7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
No Answer is Posted For this Question
Be the First to Post Answer
every function has return the value?
please give code for this 1 2 4 7 11 16
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
How can I find out if there are characters available for reading?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
which operator is known as dummy operator in c?
What is structure and union in c?
What is the difference between pure virtual function and virtual function?
What is the difference between malloc() and calloc() function in c language?
Are negative numbers true in c?
If the static variable is declared as global, will it be same as extern?
what is the use of a array in c