What is the translation phases used in c language?


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

Post New Answer

More C Interview Questions

write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


Write a program that can show the multiplication table.

0 Answers   Student,


hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


Total of how many functions are available in c?

3 Answers  






can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


Difference between malloc() and calloc() function?

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


Categories