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.
2824Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
19444-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,
2243using 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
3999
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Differentiate between declaring a variable and defining a variable?
What is sizeof int in c?
Why pointers are used in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is meant by type specifiers?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
write a program to display all prime numbers
Which driver is a pure java driver
What is 2 d array in c?
What is malloc and calloc?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the difference between scanf and fscanf?
Do pointers take up memory?