`write a program to display the recomended action depends on a color of trafic light using nested if statments
List the variables are used for writing doubly linked list program.
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is d scanf?
Difference between C and Embedded C?
Why is c called a mid-level programming language?
Why can’t we compare structures?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Explain what is the purpose of "extern" keyword in a function declaration?
What is a memory leak? How to avoid it?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,