What is the use of ?: Operator?
No Answer is Posted For this Question
Be the First to Post Answer
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Explain how do you override a defined macro?
Can we change the value of constant variable in c?
What is #include stdio h and #include conio h?
How do you redirect a standard stream?
Can we initialize extern variable in c?
Explain the difference between struct and union.
c program to print a name without using semicolon
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
how to implement stack work as a queue?