Tell me with an example the self-referential structure?
No Answer is Posted For this Question
Be the First to Post Answer
What are directives in c?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
i got 75% in all semester am i eligible for your company
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is main function in c?
What does c mean in basketball?
How to write a C program to determine the smallest among three nos using conditional operator?
Explain how can I prevent another program from modifying part of a file that I am modifying?
How to print "Hi World" without using semi colon?
What is a const pointer, and how does it differ from a pointer to a const?
What is the use of getchar() function?