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?
2184Write a Program to accept different goods with the number, price and date of purchase and display them
HDFC,
6238write 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 7895how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
19901. 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.
2817
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why c is a procedural language?
Explain how can I make sure that my program is the only one accessing a file?
What are the advantages of using Unions?
Is main an identifier in c?
Explain the use of 'auto' keyword in c programming?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are the 3 types of structures?
What is putchar() function?
Which is better between malloc and calloc?
What is structure in c language?
Why header file is used in c?
What is floating point constants?
What are the key features in c programming language?
Write a program to print “hello world” without using semicolon?