What is 1d array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a floating point in c?
progrem to generate the following series 1 12 123 1234 12345
How can I get back to the interactive keyboard if stdin is redirected?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
an algorithem for the implementation of circular doubly linked list
Explain null pointer.
What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
What does %2f mean in c?
what does exit() do?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
What does emoji p mean?
How do you write a program which produces its own source code as its output?