Interview Questions on Fundamental of C Language set-8
1) The control automatically passes the first statement after the loop in .. A. Continue statement B. Break statement C…
1) The control automatically passes the first statement after the loop in .. A. Continue statement B. Break statement C…
Sami Aslam
1) 'C' allows a three way transfer of control with the help of A. Unary Operator B. Relational Operator C. Tern…
Sami Aslam
1. Which symbol is used as a statement terminator in C? A) ! B) ~ C) # D) ; 2. If the size of the array is less than t…
Sami Aslam
1. What will be output of the following C program? #include int main() {int goto=5; printf("%d",goto); retur…
Sami Aslam
1. 'C' is often called a .... A) Object oriented language B) High level language C) Assembly language D) Machin…
Sami Aslam
C C++ Program Code Implement Stack push pop with Graphics with Menu #include<iostream.h> #include<conio.h> …
Sami Aslam
String Class Implementation in C C++ Programming Language with menu string compare string equal string upper case strin…
Sami Aslam
Find a number of vowels consonants digits and special characters in c C++ code Program #include<stdio.h> #inclu…
Sami Aslam
Plane Simulation implementation Code in C c ++ programming language with Time #include<iostream.h> #include&l…
Sami Aslam
A PROGRAM TO IMPLEMENT SENTENCS CASE Array String #include<stdio.h> #include<conio.h> #include<string…
Sami Aslam