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?
2248Write a Program to accept different goods with the number, price and date of purchase and display them
HDFC,
6296write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
3 17163What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
2 7991how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
20441. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
2856
Are there any problems with performing mathematical operations on different variable types?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Can we assign integer value to char in c?
How to draw the flowchart for structure programs?
What are local variables c?
Which are low level languages?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Why static variable is used in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is static memory allocation?
Define C in your own Language.
What is %d called in c?
What are the advantage of c language?