Is fortran still used today?


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

Post New Answer

More C Interview Questions

What is a null string in c?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


What is the g value paradox?

0 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,






In a switch statement, what will happen if a break statement is omitted?

0 Answers  


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  


What is Conio.h ?

2 Answers   TCS,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


What is the sizeof () a pointer?

0 Answers  


what do you mean by defining a variable in our c code?

2 Answers  


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


Categories