what is c?

Answer Posted / venkatesh

it is stactural programing language

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of external storage class?

592


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

733


What is page thrashing?

653


What is modeling?

647


int i=10; printf("%d %d %d", i, i=20, i);

1016






What is the purpose of macro in C language?

662


What are different storage class specifiers in c?

618


Is c procedural or functional?

587


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1744


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1120


Are the variables argc and argv are local to main?

789


how could explain about job profile

1454


What is I ++ in c programming?

627


Do you know the use of 'auto' keyword?

662


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3661