Explain enumerated types in c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for odd numbers?
Explain the difference between strcpy() and memcpy() function?
Can stdout be forced to print somewhere other than the screen?
write a program whose output will be- 1 12 123 1234
What are the disadvantages of c language?
What is atoi and atof in c?
Does c have circular shift operators?
Can the sizeof operator be used to tell the size of an array passed to a function?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Is c easy to learn?
read an array and search an element
What are the rules for the identifier?