Answer Posted / saroja patil
Array is simple program structure collection of homogeneous
data elements which are stored the elements are same data
same type and same size.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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.
What are the three constants used in c?
What is getch() function?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the best way of making my program efficient?
Is using exit() the same as using return?
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
What is printf () in c?
Why is %d used in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is typedef example?
When should structures be passed by values or by references?
Where static variables are stored in c?
What is the use of typedef in c?
What is hungarian notation? Is it worthwhile?