What are high level languages like C and FORTRAN also known as?


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

Post New Answer

More C Interview Questions

How will you allocate memory to double a pointer?

1 Answers  


What is a const pointer in c?

0 Answers  


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


What are high level languages like C and FORTRAN also known as?

0 Answers  






code for bubble sort?

1 Answers  


Why is this loop always executing once?

0 Answers  


What are conditional operators in C?

0 Answers   Adobe,


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


Explain #pragma statements.

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


Categories