Is fortran faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
how many key words availabel in c a) 28 b) 31 c) 32
Subtract Two Number Without Using Subtraction Operator
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Which are low level languages?
Explain how can I remove the trailing spaces from a string?
What is an array in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Differentiate between #include<...> and #include '...'
write an algorithm to display a square matrix.
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What are 'near' and 'far' pointers?