can we declare a function in side the structure?
Answers were Sorted based on User's Feedback
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.
find largest element in array w/o using sorting techniques.
define function
what are bps & baud rates? differentiate these two?
What are the types of pointers?
What is void c?
What functions are in conio h?
What's the best way of making my program efficient?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What do you understand by friend-functions? How are they used?
Is Exception handling possible in c language?
What do you mean by invalid pointer arithmetic?