Explain enumerated types in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is actual argument?
Explain what is the difference between a string and an array?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Calculate 1*2*3*____*n using recursive function??
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
Why can't we initialise member variable of a strucutre
what are advantages of U D F?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
differnce between do and do while
Explain what are the standard predefined macros?
What are the 4 types of organizational structures?
Why should I use standard library functions instead of writing my own?