i=10,j=20
j=i,j?(i,j)?i:j:j
print i,j
ABCDCBA ABC CBA AB BA A A
List some applications of c programming language?
How is a macro different from a function?
What are dangling pointers?
Difference between null pointer and dangling pointer?
Write a program in c using only loops to print * * * * * *******
char ch="{'H','I',0};printf("%s",ch);what is output
What is a header file?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
In which header file is the null macro defined?
Explain what’s a signal? Explain what do I use signals for?
What library is sizeof in c?