What is wrong in this statement?


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

Post New Answer

More C Interview Questions

What are runtime error?

0 Answers  


How does #define work?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

2 Answers   Vector,


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


Differentiate between functions getch() and getche().

0 Answers  


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


who did come first hen or agg

15 Answers   Infosys,


What is the value of h?

0 Answers  


what is the mean of c languages.

1 Answers   Polaris,


What are the ways to a null pointer can use in c programming language?

0 Answers  


How can I read in an object file and jump to locations in it?

0 Answers  


What is the use of ?

0 Answers  


Categories