Answer Posted / saranya
Hi!
To implement my ideas & skills for the development of
our company.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can one function call another?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What are types of functions?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
In a byte, what is the maximum decimal number that you can accommodate?
diff between exptected result and requirement?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Write a program to print "hello world" without using a semicolon?
What is volatile keyword in c?
What is New modifiers?
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.
Can a variable be both const and volatile?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
program to convert a integer to string in c language'
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?