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

is c language is a object oreinted language?

5 Answers   TCS,


Explain 'far' and 'near' pointers in c.

0 Answers  


How can you read a directory in a C program?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  






What are the types of type qualifiers in c?

0 Answers  


What are multibyte characters?

0 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


Why c is a mother language?

0 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


Categories