Answer Posted / hemas
'\0' is NULL character
"" is null string.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
State the difference between realloc and free.
What is static memory allocation?
Can static variables be declared in a header file?
Without Computer networks, Computers will be half the use. Comment.
Why pointers are used in c?
which type of aspect you want from the student.
What is fflush() function?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How can you call a function, given its name as a string?
Write a program to check palindrome number in c programming?
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?
What is declaration and definition in c?
What is a structure in c language. how to initialise a structure in c?
Does c have class?
Tell me what are bitwise shift operators?