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

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


How is a null pointer different from a dangling pointer?

0 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


What is time complexity c?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,






find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


Why do we use main function?

0 Answers  


Two's compliment of -5

4 Answers   Adobe,


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


What is diffrance between declaration and defination of a variable or function

4 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Categories