Why enum is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is include directive in c?
what is the difference between structure and union?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
How can I call a function with an argument list built up at run time?
What is the use of c language in real life?
what is the full form of c language
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Explain the difference between structs and unions in c?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What is a loop?