In C programming, how do you insert quote characters (‘ and “) into the output screen?
No Answer is Posted For this Question
Be the First to Post Answer
can you change name of main()?how?
what is the use of call back function in c?tell me with example
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
What is register variable in c language?
How to implement a packet in C
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
what does " calloc" do?
what is meant by c
Explain about C function prototype?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
what is the difference b/w NULL and null?