Is fortran faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What is the sizeof () a pointer?
Can we change the value of constant variable in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Software Interview Questions
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
write a program to find lcm and hcf of two numbers??
What is a example of a variable?
List the difference between a "copy constructor" and a "assignment operator"?
Why does this code crash?