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

Post New Answer

More C Interview Questions

c program for searching a student details among 10 student details

0 Answers  


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.

0 Answers  


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

0 Answers  


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

0 Answers  


c language interview questions & answer

0 Answers  






For what purpose null pointer used?

0 Answers  


What is array of structure in c?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


what is the use of fflush() function?

2 Answers  


Explain the use of keyword 'register' with respect to variables.

0 Answers  


What is calloc()?

0 Answers   Adobe,


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


Categories