the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
Write a program to show the workingof auto variable.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
how to implement stack operation using singly linked list
What does nil mean in c?
What is class and object in c?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
What is difference between && and & in c?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
Can static variables be declared in a header file?
What is the difference between constant pointer and constant variable?
write a program that print itself even if the source file is deleted?
What are global variables and explain how do you declare them?