Why structure is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Differentiate between static and dynamic modeling.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
What is the difference between void main() and void main (void) give example programme?
Find greatest of two numbers using macro
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the scope of an external variable in c?
What is the difference between text files and binary files?