What is build process in c?


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

Post New Answer

More C Interview Questions

How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


how to find a 5th bit is set in c program

4 Answers   IBM,


how to go with this?

1 Answers   Wipro,






what is the difference between malloc() and calloc() function?

1 Answers  


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


What is a example of a variable?

0 Answers  


Categories