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
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What are the languages are portable and platform independent?Why they are like that?
What is indirection? How many levels of pointers can you have?
What is the difference between a string and an array?
write a program to remove occurrences the word from entered text?
Is c a great language, or what?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the use of structure padding in c?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
write a program to insert an element at the specified position in the given array in c language
What is pass by value in c?
string reverse using recursion