Write a progarm to find the length of string using switch
case?


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

Post New Answer

More C Interview Questions

What is the size of empty structure in c?

0 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Is a pointer a kind of array?

0 Answers  


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

2 Answers  






how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


What is the difference between #include <header file> and #include “header file”?

0 Answers  


What's the difference between a linked list and an array?

14 Answers  


What is the use of parallelize in spark?

0 Answers  


Categories