|
Related Questions |
View Answer |
|
What is the difference between #include <file> and #include �file�
|
View Answer
|
|
When we access the integer and the character variables without declaring them in program?and Why?
|
View Answer
|
|
Can we execute printf statement without using semicolan?
|
View Answer
|
|
How to perform addition,subtraction of 2 numbers without using addition and subtraction operators?
|
View Answer
|
|
What are the applications and advantages of C-language?
|
View Answer
|
|
Define structural language and procedural language?
|
View Answer
|
|
how do i get started for any project?
|
View Answer
|
|
How to write a C program for displaying a sentence without output command?
|
View Answer
|
|
How to print value without using any output statements?
|
View Answer
|
|
How to find a given number is armstrong number or not in "c".?
|
- C Basics Interview Questions & Answers">
View Answer
|
|
How do you print an address?
|
View Answer
|
|
What is the difference between #include <file> and #include “file”?
|
View Answer
|
|
What is #line used for?
|
View Answer
|
|
If compiler for c is written in c language, which is used to complie the compiler?
|
View Answer
|
|
What is the difference between
#include< > and #include" "
|
- C Basics Interview Questions & Answers">
View Answer
|
|
Point out error, if any, in the following program main() { int i=1; switch(i) { case 1: printf("nRadioactive cats have 18 half-lives"); break; case 1*2+4: printf("nBottle for rent -inquire within"); break; } }
|
View Answer
|
|
What are storage class in c?
|
View Answer
|
|
c is a structural or highlevel or middle level language which one is correct answer
|
View Answer
|
|
What is the differece between #define and constant in C?
|
View Answer
|
|
How to improve my c knowledge........
|
View Answer
|