Does c have an equivalent to pascals with statement?


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

Post New Answer

More C Interview Questions

a simple program in c language

5 Answers   IBM,


program to find middle element of linklist?

1 Answers   Huawei,


accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  


char *p="name"; printf(p);

1 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  






Meaning of () in c

1 Answers  


Write a c pgm for leap year

11 Answers   College School Exams Tests, IBM, TCS,


What is the 'named constructor idiom'?

0 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What is the scope of static variables?

1 Answers  


What is structure packing in c?

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


Categories