c language interview questions & answer


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

Post New Answer

More C Interview Questions

what is c?

4 Answers   IBM, TCS,


is forign key will be unique key any table or not?

2 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  


How do you print an address?

0 Answers   TCS,


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


How do you initialize pointer variables?

0 Answers  


why should i select you?

21 Answers   Wipro,


What is wrong with this program statement?

0 Answers  


#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 are macros in C?

2 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


write a addition of two no. program with out using printf,scanf,puts .

4 Answers  


Categories