`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 are the types of variables in c?
what is c?
What is static and volatile in c?
What is sizeof return in c?
write a program to arrange the contents of a 1D array in ascending order
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Which programming language is best for getting job 2020?
write a program wch produces its own source code aas its output?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
simple c program for 12345 convert 54321 with out using string
How to add two numbers with using function?