How do i store a paragraph into a string?
for example, if i input a long paragraph, the program will
read the words one by one and concatenate them until no word
is left.
What is the difference between a free-standing and a hosted environment?
How can I handle floating-point exceptions gracefully?
How do you print an address?
Why structure is used in c?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is unary operator?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
What is the total generic pointer type?
Why is c known as a mother language?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
Define C in your own Language.
write a program to print data of 5 five students with structures?