Why can’t we compare structures?
No Answer is Posted For this Question
Be the First to Post Answer
I heard that you have to include stdio.h before calling printf. Why?
what is c
Write a function that will take in a phone number and output all possible alphabetical combinations
What is external variable in c?
Differentiate between functions getch() and getche().
What is the use of typedef in structure in c?
Why C language is a procedural language?
IS Doon college of Engn.. has good faculty
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Describe static function with its usage?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration