Answer Posted / revathi pawar
structure is the set of different datatype whereas the
struct is the keyword
union is the one where will not print or give correct ouptut
whereas it will give the address of tat particular string or
no given
union s the keyword
Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
what are the advantages of a macro over a function?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is the difference between the = symbol and == symbol?
Explain logical errors? Compare with syntax errors.
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is difference between structure and union in c programming?
Write a program of advanced Fibonacci series.
find out largest elemant of diagonalmatrix
What are the scope of static variables?
in linking some of os executables are linking name some of them
How many types of sorting are there in c?
Differentiate between a structure and a union.
write a program to concatenation the string using switch case?
What is logical error?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.