Lists the benefits of c programming language?



Lists the benefits of c programming language?..

Answer / Vipin Sonkar

[n "C is a high-level, general-purpose programming language that offers efficiency, flexibility, and portability. It provides low-level access to memory, allowing for greater control over system resources.n C also supports structured programming with constructs like loops, functions, and data structures. Its rich standard library includes functions for input/output, string manipulation, and math operations.n C is the foundation of many modern languages such as C++, C#, and Java, and its efficiency makes it suitable for developing system software, device drivers, and embedded systems."n]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Which are low level languages?

1 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1 Answers  


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


Explain how do you print an address?

1 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


Define the scope of static variables.

1 Answers  


What is meant by recursion?

1 Answers   ADP,


5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

2 Answers   Accenture,


What is the best style for code layout in c?

1 Answers  


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


Categories