how many header file is in C language ?
Answer Posted / devi
132
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
write a program in c language to print your bio-data on the screen by using functions.
Are pointers really faster than arrays?
In C language, a variable name cannot contain?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is structure in c language?
How was c created?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
List the difference between a "copy constructor" and a "assignment operator"?
What do the functions atoi(), itoa() and gcvt() do?
Explain what is wrong with this program statement?
What is the -> in c?
What is data structure in c and its types?
When should the volatile modifier be used?
How to establish connection with oracle database software from c language?
Why do we use & in c?