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.
Can stdout be forced to print somewhere other than the screen?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Please list all the unary and binary operators in C.
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
What does calloc stand for?
Why doesnt the call scanf work?
How to explain the final year project as a fresher please answer with sample project
Does c have function or method?
while initialization of array why we use a[][2] why not a[2][]...?
How can I do peek and poke in c?
write a programe returns the number of times the character appears in the string
What is wrong with this statement? Myname = 'robin';