c language interview questions & answer
what is c?
is forign key will be unique key any table or not?
Explain how can you tell whether two strings are the same?
How do you print an address?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
How do you initialize pointer variables?
why should i select you?
What is wrong with this program statement?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What are macros in C?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
write a addition of two no. program with out using printf,scanf,puts .