What is const and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include called?
how to return 1000 variables from functio9n in c?plz give me code also
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is %s and %d 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.
What is void pointers in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the use of header files?
What are global variables and how do you declare them?
The file stdio.h, what does it contain?
What is assignment operator?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )