what is difference between array and structure?
Answer Posted / ankur
array starts from a
and structure means 36-24-36
most significant diffrence
| Is This Answer Correct ? | 14 Yes | 54 No |
Post New Answer View All Answers
What is the explanation for prototype function in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Does c have class?
What is a loop?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Where static variables are stored in c?
What is variable and explain rules to declare variable in c?
Why main is used in c?
Distinguish between actual and formal arguments.
application attempts to perform an operation?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are the types of pointers in c?
What is the newline escape sequence?
What are the loops in c?
Write a program to print "hello world" without using a semicolon?