in iso what are the common technological language?


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

Post New Answer

More C Interview Questions

what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


Explain what is the heap?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  






How to implement variable argument functions ?

1 Answers   HP,


What is a far pointer in c?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


Why is c not oop?

0 Answers  


what is the difference between postfix and prefix unary increment operators?

3 Answers  


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


Write a program to show the change in position of a cursor using c

0 Answers  


Categories