How many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of bitwise operator?
Why are algorithms important in c program?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is the diffrent between while and do while statement ?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
write a program to generate 1st n fibonacci prime number
What are the disadvantages of c language?
what do you mean by enumeration constant?
How are variables declared in c?
what is a pointer
4 Answers Bank Of America, TCS,
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.