what is the mean of c languages.
Answer / s
c is nothing but a language consisting of small set of a
programming module like function , data type design to
perform a dedicated task.
| Is This Answer Correct ? | 6 Yes | 2 No |
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is the difference between null pointer and the void pointer?
Difference between constant pointer and pointer to a constant.
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
How do you list a file’s date and time?
What is a union?
Can one function call another?
What are the advantages of c preprocessor?
Explain the difference between malloc() and calloc() in c?
What is malloc() function?
What does return 1 means in c?