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.
2475Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
16834-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
TCS,
1963using only #include
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
3655
How do you search data in a data file using random access method?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
write a program to concatenation the string using switch case?
What is a static variable in c?
What are the parts of c program?
How can I find the modification date and time of a file?
Explain what is the general form of a c program?
Can you assign a different address to an array tag?
What is sizeof int?
hi, which software companys will take,if d candidate's % is jst 55%?
How pointers are declared?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What are structure types in C?
Not all reserved words are written in lowercase. TRUE or FALSE?
Why c is known as a mother language?