Is fortran faster than c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


What is volatile in c language?

2 Answers   HCL, TCS,


What is chain pointer in c?

0 Answers  


Derive the complexity expression for AVL tree?

1 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  






read a number & print all its devisors using c-program?

3 Answers  


in iso what are the common technological language?

0 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


Write a program that his output * *** *****

1 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


Categories