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?
2181Write a Program to accept different goods with the number, price and date of purchase and display them
HDFC,
6237write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
3 17033What 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 7892how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
19871. 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.
2815
What is the use of sizeof?
What is a function in c?
What the advantages of using Unions?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is dynamic variable in c?
What are global variables and how do you declare them?
Is array name a pointer?
Why is c called a structured programming language?
Write a program to print fibonacci series without using recursion?
What is #include stdio h?
What is variable initialization and why is it important?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What are the differences between Structures and Arrays?
How can I read and write comma-delimited text?
Explain indirection?