Differentiate between #include<...> and #include '...'
No Answer is Posted For this Question
Be the First to Post Answer
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is the stack in c?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
Explain about block scope in c?
Hai what is the different types of versions and their differences
Can variables be declared anywhere in c?
why arithmetic operation can’t be performed on a void pointer?
What are pointers really good for, anyway?
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
why effort estimation is important?
How can you convert integers to binary or hexadecimal?