`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
What is const keyword in c?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What is assert and when would I use it?
What is an auto keyword in c?
Determine if a number is a power of 2 at O(1).
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
How do you write a program which produces its own source code as output?
What is a 'null pointer assignment' error?
I have seen function declarations that look like this
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Why use int main instead of void main?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }