Tell me about low level programming languages.


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

Post New Answer

More C Interview Questions

please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,


what are two kinds of java

2 Answers  


What is a newline escape sequence?

0 Answers  


What is a rvalue?

0 Answers   Global Logic,






fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


What is the use of void pointer and null pointer in c language?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


What are the advantage of c language?

0 Answers  


Categories