for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float

Answer Posted / rukmanee

a.int

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you list a file’s date and time?

621


How can I pad a string to a known length?

614


Under what circumstances does a name clash occur?

694


What are types of preprocessor in c?

624


What is identifiers in c with examples?

680






Write a program to swap two numbers without using third variable in c?

620


What is header file definition?

575


What is the sizeof () operator?

626


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

677


Is there a way to jump out of a function or functions?

638


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.

1317


What does malloc () calloc () realloc () free () do?

563


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

667


How can I write a function analogous to scanf?

662


What is abstract data structure in c?

533