What is wrong with this program statement?
What is extern variable in c with example?
When can you use a pointer with a function?
Explain what is a const pointer?
Explain how do you print only part of a string?
How can I read data from data files with particular formats?
how many key words availabel in c a) 28 b) 31 c) 32
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the most efficient way to count the number of bits which are set in an integer?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
what are # pragma staments?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is %s and %d in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
why return type of main is not necessary in linux