What are the types of c language?


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

Post New Answer

More C Interview Questions

Which are low level languages?

0 Answers  


how to convert an char array to decimal array

4 Answers  


How many data structures are there in c?

0 Answers  


where do we use structure pointer?

1 Answers  


What is variable in c with example?

1 Answers  






Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


Is array a primitive data type in c?

0 Answers  


Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


What is the scope of local variable in c?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


Tell me when is a void pointer used?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


Categories