Post New Answer View All Answers
What are the key features in c programming language?
What is the difference between char array and char pointer?
What is main function in c?
What is the difference between variable declaration and variable definition in c?
Is fortran still used today?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Are c and c++ the same?
Why is #define used?
Differentiate abs() function from fabs() function.
What are the main characteristics of c language describe the structure of ac program?
What is the usage of the pointer in c?
a program that can input number of records and can view it again the record
What is the scope of local variable in c?
all c language question
What is the ANSI C Standard?