write a c program to store and print name,address,roll.no of
a student using structures?
Answer Posted / nidhina
enter the number of students 2
enter the name anu
enter the address ui
fh
fn
hg
hgn
rollno 2
name anu
address
ui fh
fn
hg
hgn
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
Explain setjmp()?
What is static and volatile in c?
Explain what are global variables and explain how do you declare them?
What are identifiers and keywords in c?
What is n in c?
What does %p mean c?
Calculate 1*2*3*____*n using recursive function??
What is the difference between ++a and a++?
What are different types of operators?
What is a wrapper function in c?
Explain what are the __date__ and __time__ preprocessor commands?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
When would you use a pointer to a function?
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 any one provide me the notes of data structure for ignou cs-62 paper