Explain how do you view the path?
Describe the difference between = and == symbols in c programming?
How many keywords (reserve words) are in c?
What do you mean by command line argument?
Write programs for String Reversal & Palindrome check
Explain how do you list files in a directory?
Are there constructors in c?
Where register variables are stored in c?
List the difference between a While & Do While loops?
What is stack in c?
Explain what is wrong with this program statement? Void = 10;
What is typedf?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Explain what is the difference between functions abs() and fabs()?
What is the purpose of ftell?