how can use subset in c program and give more example
No Answer is Posted For this Question
Be the First to Post Answer
using only #include <stdio.h> and #include <stdlib.h> 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.
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
write a program to delete an item from a particular location of an linear array?
What are variables c?
implement OR gate without using any bitwise operator.
main difference between c and c++ language
How to throw some light on the b tree?
Give differences between - new and malloc() , delete and free() ?
What are the Advantages of using macro
There seem to be a few missing operators ..
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Determine if a number is a power of 2 at O(1).