when to use : in c program?

Answers were Sorted based on User's Feedback



when to use : in c program?..

Answer / mounika

In switch case we use : In c

Is This Answer Correct ?    4 Yes 1 No

when to use : in c program?..

Answer / deepika shinde

In bit field we use :

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What does 3 periods mean in texting?

0 Answers  


How will you delete a node in DLL?

0 Answers   GrapeCity,


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


What are the different types of errors?

0 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


Which built-in library function can be used to match a patter from the string?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


What is sparse file?

1 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Categories