Where register variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I avoid the abort, retry, fail messages?
Explain why can’t constant values be used to define an array’s initial size?
Code for calculating square root without using library function, of math.h
What is the output of printf("%d", printf("Hello"));?
What is zero based addressing?
How main function is called in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Explain what is the best way to comment out a section of code that contains comments?
What is variables in c?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is the use of header files?
can we execute the program with the object file