What is main return c?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using float in C
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 C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
How many types of arrays are there in c?
what is an inline fuction??
What’s a signal? Explain what do I use signals for?
How many bytes is a struct in c?
Explain pointer. What are function pointers in C?
What is bin sh c?
What is array of structure in c programming?
related proverb of "dont count your chicken before it hatches"