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

1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


What does stand for?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


Why static variable is used in c?

0 Answers  


What are # preprocessor operator in c?

0 Answers  






What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


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

4 Answers   NIIT,


What is omp_num_threads?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


How can I do graphics in c?

0 Answers  


Categories