Answer Posted / guest
predfined
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Explain the difference between structs and unions in c?
What is #define?
Can the size of an array be declared at runtime?
What is string concatenation in c?
What is the difference between the local variable and global variable in c?
Why structure is used in c?
What is the difference between single charater constant and string constant?
In which language linux is written?
What is stack in c?
Why does notstrcat(string, "!");Work?
What is character set?
When can you use a pointer with a function?
Explain function?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.