What is a global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What are local static variables?
Where register variables are stored in c?
What is an auto variable in c?
Are there constructors in c?
main is a predefined or user define function if user defined why? if predefined whay?
What is the scope of static variables?
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.
Hi can anyone tell what is a start up code?
What is quick sort in c?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Write a program to check prime number in c programming?