Explain enumerated types.
No Answer is Posted For this Question
Be the First to Post Answer
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
what is meant by the "equivalence of pointers and arrays" in C?
What is the best organizational structure?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Why static variable is used in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
how c source file in converted to exe file
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Why is structure important for a child?
write a program to check whether a number is Peterson or not.