which operator is known as dummy operator in c?

Answer Posted / googly

unary +

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you print only part of a string?

613


write a program to find the given number is prime or not

3843


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

663


Why is c so important?

595


why wipro wase

1828






Tell me what are bitwise shift operators?

656


What happens if header file is included twice?

653


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1417


What would be an example of a structure analogous to structure c?

574


Explain how do you list files in a directory?

618


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

806


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1379


What is graph in c?

583


What is mean by data types in c?

551


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

649