Why c is called a middle level language?


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

Post New Answer

More C Interview Questions

Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


Can i use Two or More Main Funtion in any C program.?

4 Answers  


can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 Answers  






1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


a program that can input number of records and can view it again the record

0 Answers   Accenture,


How are structure passing and returning implemented?

0 Answers  


Explain the red-black trees?

0 Answers  


Categories