which one low Priority in c?
a)=,b)++,c)==,d)+

Answer Posted / vaman

a) =

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1316


Differentiate between calloc and malloc.

762


What is calloc()?

631


How do I get a null pointer in my programs?

622


Is main an identifier in c?

607






What is stack in c?

619


Explain the use of 'auto' keyword

681


Explain what is a static function?

634


develop algorithms to add polynomials (i) in one variable

1747


How can type-insensitive macros be created?

704


What are structural members?

576


Explain how can you determine the size of an allocated portion of memory?

627


What are pointers? What are stacks and queues?

585


what is the difference between class and unio?

1865


What is malloc() function?

638