Answer Posted / kkk
c is a structured oriented language which consists of some
specified c keywords and funtions
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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
How does struct work in c?
Write a code to generate a series where the next element is the sum of last k terms.
Can a pointer be volatile in c?
What is the difference between break and continue?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How can you increase the allowable number of simultaneously open files?
Is swift based on c?
Is there any possibility to create customized header file with c programming language?
What are run-time errors?
What is return in c programming?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is anagram in c?
What is the significance of scope resolution operator?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?