-
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.
-
-
Write function vowels to count the vowels and letters
Write function vowels to count the vowels and letters in free text given as string. Then print out the number of occurrences of each of the vowels a, e, i, o and u in the string, the total number of letters, and each of the vowels as an integer percentage of the letter total.
Suggested output format is:
Numbers of characters:
a 3 ; e 2 ; i 0 ; o 1 ; u 0 ; rest 17 -
Write your own function stringSize which takes a string s as a parameter and returns its length.
Example:
stringSize(“hello”) returns 5 -
C Interview Questions
Ans