Answer Posted / biswajit jana
c programming is representation of logical statement
according to some c language rule.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Do array subscripts always start with zero?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are the features of c language?
How to get string length of given string in c?
How can I recover the file name given an open stream?
What is c language & why it is used?
How does #define work?
Write a program to print factorial of given number using recursion?
Can we declare function inside main?
What is file in c preprocessor?
When should volatile modifier be used?
find out largest elemant of diagonalmatrix
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is scanf () in c?
What is a function in c?