What is identifier in c?
Write a code to generate divisors of an integer?
What is a void pointer? When is a void pointer used?
Can you explain the four storage classes in C?
What is static memory allocation? Explain
Explain what is the difference between the expression '++a' and 'a++'?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the purpose of 'register' keyword?
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 how are portions of a program disabled in demo versions?
How many data structures are there in c?
When a c file is executed there are many files that are automatically opened what are they files?
Write a program to print fibonacci series without using recursion?
How can I change their mode to binary?
Explain what is dynamic data structure?