What are file streams?
No Answer is Posted For this Question
Be the First to Post Answer
Why is a semicolon (;) put at the end of every program statement?
. Write a program to get a string and to convert the 1st letter of it to uppercase
What does. int *x[](); means ?
What are bit fields? What is their use?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
what is op? for(c=0;c=1000;c++) printf("%c",c);
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Expand the following LKB BKL FFG
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
how to swap 2 numbers in a single statement?
What happens if header file is included twice?