-
All Cominations of a Word
Write a C program for all possible combinations of letters in a word?
-
Storage Clssses and Memory Organization
What are storage classes? Explain its memory organization?
-
Pointer Drawback
What is the drawback of using pointer?
-
Storage Class
What is Storage Class?
-
Function Call
How will you call a function, given its name as a string?
-
Invoke Another Program
How will you invoke another program from within a C program?
-
Open Files Simultaneously
How will you increase the allowable number of simultaneously open files?
-
C program
Write a program that will read a line and delete from it all occurences of the word 'the'
-
C Program Exectuion Stages
Briefly explain the stages in execution of C program ?How are printf and scanf statements statements being moved into final executable code?
-
Read Line Program
Write a program that will read a line and delete from it all occurences of the word 'the'
-
Open Files
How will you increase the allowable number of simultaneously open files?
-
Invoke another Program Within C
How will you invoke another program from within a C program?
-
C Program Execution Stages
Briefly explain the stages in execution of C program? How are printf and scanf statements statements being moved into final executable code?
-
How to compile a C Compiler
During developing of c language, they need to develop compiler for it,c compiler itself is written in c ok... then how did they compiled c compiler.....???????
-
-
-
-
Using C Program in Microsoft Word
how can we use our c program into the specified application;
as:
if i click on the Microsoft word then our any specified c program executes. -
Stack size of a function
How to write a C function which will return its stack size ?
-
C program to find a two digit no.
Write a c program to find a two digit no.. the second digit of which is smaller than its first digit by four and the number was divided by the digits sum, the quotient would be 7.
C Interview Questions
Ans