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?
2104Write a Program to accept different goods with the number, price and date of purchase and display them
HDFC,
6168write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
3 16896What 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 7801how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
19371. 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.
2768
Explain do array subscripts always start with zero?
Explain low-order bytes.
Why is c fast?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Is c is a high level language?
write a program to print data of 5 five students with structures?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is meant by recursion?
What are global variables and explain how do you declare them?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Tell me the use of bit field in c language?
Explain how are portions of a program disabled in demo versions?
Wt are the Buses in C Language
How to delete a node from linked list w/o using collectons?