What is time complexity c?
No Answer is Posted For this Question
Be the First to Post Answer
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
What are run-time errors?
Compare array data type to pointer data type
Write program to remove duplicate in an array?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
Apart from dennis ritchie who the other person who contributed in design of c language.
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.
What is the main difference between calloc () and malloc ()?
What is union and structure?
What are c identifiers?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,