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
code for quick sort?
What is the difference function call by value & function call by reference?
How we can set and clear bit in a byte using macro function?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
Explain what are global variables and explain how do you declare them?
who invented c
Explain how do you override a defined macro?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is a floating point in c?
main() { printf(5+"Vidyarthi Computers"); }