What are the 4 types of programming language?


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

Post New Answer

More C Interview Questions

what defference between c and c++ ?

6 Answers  


What are external variables in c?

0 Answers  


why you will give me a job in TCS.

7 Answers   TCS,


Why void is used in c?

0 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  






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  


How do you initialize function pointers? Give an example?

3 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What are the types of macro formats?

0 Answers  


Which is better malloc or calloc?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


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

3 Answers   Zycus Infotech,


Categories