How to compare array with pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is the condition that is applied with ?: Operator?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
Mention four important string handling functions in c languages .
Is c language still used?
What is int main () in c?
What are types of preprocessor in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain what is the use of a semicolon (;) at the end of every program statement?
What is a structure member in c?
what is the difference between definition and declaration? give me some examples.
Hi can anyone tell what is a start up code?