4. main()
{
int c=- -2;
printf("c=%d",c);
}
wap in c to accept n number display the highest and lowest value
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
Can u return two values using return keyword? If yes, how? If no, why?
Are the variables argc and argv are always local to main?
Can one function call another?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
How do you determine if a string is a palindrome?
Tell us two differences between new () and malloc ()?
Why double pointer is used in c?
Explain void pointer?
what is data structure
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