Answer Posted / deepa.g
Pointer is stores the address of the another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between strcpy() and memcpy() function in c programming?
How many identifiers are there in c?
How can I handle floating-point exceptions gracefully?
How can you restore a redirected standard stream?
What is a pragma?
Why string is used in c?
Why shouldn’t I start variable names with underscores?
What is adt 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 actual argument?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Is file a keyword in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is the advantage of a random access file?
What is the significance of an algorithm to C programming?