What are the main characteristics of c language describe the structure of ac program?
No Answer is Posted For this Question
Be the First to Post Answer
c program for searching a student details among 10 student details
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.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
c language interview questions & answer
For what purpose null pointer used?
What is array of structure in c?
Program to display given 3 integers in ascending order
what is the use of fflush() function?
Explain the use of keyword 'register' with respect to variables.
What is calloc()?
write a c program to print "Welcome" without using semicolon in the whole program ??