4. main()
{
int c=- -2;
printf("c=%d",c);
}


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

Post New Answer

More C Interview Questions

wap in c to accept n number display the highest and lowest value

2 Answers  


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  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


Are the variables argc and argv are always local to main?

0 Answers  


Can one function call another?

0 Answers  


What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


How do you determine if a string is a palindrome?

1 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


Why double pointer is used in c?

0 Answers  


Explain void pointer?

0 Answers  


what is data structure

5 Answers   Maveric, TCS,


in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


Categories