Discuss the function of conditional operator, size of operator and comma operator with examples.
No Answer is Posted For this Question
Be the First to Post Answer
hat is a pointer?
why i join syntel?
23 Answers ABC, Syntel, TCS,
write a method for an array in which it can display the largest n next largest value.
Can we replace the struct function in tree syntax with a union?
what is the diff b/w static and non static variables in C. Give some examples plz.
main is a predefined or user define function if user defined why? if predefined whay?
from which concept of 'c', the static member function of 'c++' has came?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
what is the disadvantage of using macros?
what is the use of operator ^ in C ? and how it works?
explain memory layout of a C program
What is equivalent to ++i+++j?