What is meant by errors and debugging?
No Answer is Posted For this Question
Be the First to Post Answer
What is struct node in c?
Write a program to exchange two variaables without temp
difference between object file and executable file
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
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?
Explain the difference between fopen() and freopen().
write a program which will count occurance of a day between two dates.
hat is a pointer?
What does double pointer mean in c?
What is the benefit of using const for declaring constants?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n