`write a program to display the recomended action depends on a color of trafic light using nested if statments
No Answer is Posted For this Question
Be the First to Post Answer
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What are the advantages of c language?
What are the types of macro formats?
Is there a way to compare two structure variables?
What is a pragma?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What are the different types of objects used in c?
Can a pointer point to null?
Explain the term printf() and scanf() used in c language?
how to TOGGLE Nth bit of variable in a MACRO