`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 a good way to implement complex numbers in c?
How can I recover the file name given an open stream?
Where in memory are my variables stored?
When should the volatile modifier be used?
Is this program statement valid? INT = 10.50;
Explain what standard functions are available to manipulate strings?
What is undefined behavior?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
which do you prefer C or Pascal?
Explain what will the preprocessor do for a program?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5