Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the differences between public, protected, private and internal.
write a program which will count occurance of a day between two dates.
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
Difference between pass by reference and pass by value?
Where register variables are stored in c?
Explain what is the best way to comment out a section of code that contains comments?
Which programming language is best for getting job 2020?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
What is a good data structure to use for storing lines of text?
Explain what’s a signal? Explain what do I use signals for?