How can this be legal c?


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

Post New Answer

More C Interview Questions

write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


Is c an object oriented programming language?

1 Answers  


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


Why should I use standard library functions instead of writing my own?

0 Answers  






What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


What is variable initialization and why is it important?

0 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


Write a program to find whether the given number is prime or not?

6 Answers  


diff. between *p and **p

3 Answers  


Categories