Is c still used in 2019?

Answer Posted / mannava pravallika

Yes

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you generate random numbers in C?

638


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1832


Why & is used in scanf in c?

606


a value that does not change during program execution a) variabe b) argument c) parameter d) none

682


What is the difference between array and structure in c?

560






What are header files in c?

604


How can a number be converted to a string?

586


Write a program to print numbers from 1 to 100 without using loop in c?

623


Why c is called object oriented language?

571


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

716


What is file in c preprocessor?

639


What are the three constants used in c?

533


Give differences between - new and malloc() , delete and free() ?

598


Is c is a high level language?

605


How many levels deep can include files be nested?

638