Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print the one dimensional array.
What is the difference between null pointer and wild pointer?
Explain how can a program be made to print the name of a source file where an error occurs?
char ch=10;printf("%d",ch);what is the output
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 program to generate random numbers in c?
why you will give me a job in TCS.
Why isn't it being handled properly?
which is the best antivirus and how to update it
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What are enums in c?