Is c is a high level language?


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

Post New Answer

More C Interview Questions

code for quick sort?

0 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,






What are the different types of control structures?

0 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


how to swap 2 numbers in a single statement?

3 Answers  


Explain what is the difference between #include and #include 'file' ?

0 Answers  


What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

3 Answers   Accenture,


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


Categories