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?
2187Write a Program to accept different goods with the number, price and date of purchase and display them
HDFC,
6244write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
3 17045What 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 7908how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
19951. 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.
2822
What are compound statements?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what is stack , heap ,code segment,and data segment
What are the Advantages of using macro
What is difference between far and near pointers?
What is the meaning of ?
Why isn't any of this standardized in c? Any real program has to do some of these things.
regarding pointers concept
Why & is used in scanf in c?
Explain what is the difference between text files and binary files?
What does typedef struct mean?
How do you list files in a directory?
How can I change their mode to binary?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
How can you tell whether two strings are the same?