Tell me with an example the self-referential structure?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is the role of && operator in a program code?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
What are the 5 data types?
How many types of arrays are there in c?
write function to reverse char array ... without using second array
what is the mean of c languages.
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
Why do we use header files in c?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
how to write a c program to print list of fruits in alpabetical order?