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

difference between i++* and *++i

6 Answers   IBM,


How are 16- and 32-bit numbers stored?

0 Answers  


Why do we use return in c?

0 Answers  


What is the difference between exit() and _exit() function in c?

0 Answers  


what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,






who is the editor of 'pokemon'?

1 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");

9 Answers   TCS,


What is difference between structure and union in c?

0 Answers  


Where we use clrscr in c?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Categories