what is the code to display color fonts in the output?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Why does not use getgh(); and <conio.h> in c language.
write a progam to compare the string using switch case?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
suppose there are five integers write a program to find larger among them without using if- else
What is time null in c?
How is pointer initialized in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Why doesnt the call scanf work?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
What is a lvalue