What extern c means?
No Answer is Posted For this Question
Be the First to Post Answer
what is ANSI and ISO
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
Is there any data type in c with variable size?
write a program to check whether a number is Peterson or not.
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
What are the rules for the identifier?
How can I recover the file name given an open stream or file descriptor?
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 heap in c?
What is getche() function?
Write a program to print "hello world" without using a semicolon?