Answer Posted / nashiinformaticssolutions
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the different types of c tokens?
write a program to create a sparse matrix using dynamic memory allocation.
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is the default value of local and global variables in c?
What is malloc calloc and realloc in c?
Explain the advantages of using macro in c language?
Why isn't it being handled properly?
Which of these functions is safer to use : fgets(), gets()? Why?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
can any one provide me the notes of data structure for ignou cs-62 paper
How is pointer initialized in c?
How to create struct variables?
When can you use a pointer with a function?
What are the 4 types of functions?
Is fortran faster than c?