Answer Posted / thanuj
to include address of header file we are writing # before
include
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
Which built-in library function can be used to match a patter from the string?
Explain 'bit masking'?
What is keyword with example?
How do we print only part of a string in c?
write a program to print data of 5 five students with structures?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is #include stdlib h?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is double pointer in c?
How can I find out if there are characters available for reading?
What is the value of uninitialized variable in c?
Can we initialize extern variable in c?
What is the difference between array and structure in c?
Explain what are bus errors, memory faults, and core dumps?