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
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Write a program to identify if a given binary tree is balanced or not.
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
Explain goto?
Explain the difference between the local variable and global variable in c?
How to print "Hi World" without using semi colon?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
How can you increase the size of a statically allocated array?
What is a symbolic constant?
Here is a good puzzle: how do you write a program which produces its own source code as output?