What is an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a middle level language?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
what is diognisis?
How do I convert a string to all upper or lower case?
What's wrong with "char *p; *p = malloc(10);"?
what is the code to display color fonts in the output?
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
Sir i need notes for structure,functions,pointers in c language can you help me please
Not all reserved words are written in lowercase. TRUE or FALSE?
Explain union. What are its advantages?
What are the advantages of c language?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)