Answer Posted / valli
a two dimensional array of 5 rows and n columns
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
How pointers are declared?
What is sizeof int?
What are the advantages of using macro in c language?
What is the purpose of main() function?
By using C language input a date into it and if it is right?
Explain what is gets() function?
Explain what are linked list?
What is a spanning Tree?
What the advantages of using Unions?
Do you have any idea how to compare array with pointer in c?
What is the difference between printf and scanf in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
How do you construct an increment statement or decrement statement in C?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Can we declare variable anywhere in c?