explain what is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
please send me the code for multiplying sparse matrix using c
What is scanf () in c?
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>
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What does & mean in scanf?
What does the && operator do in a program code?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
main() { int i; printf("%d",i^i); }
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
What are the rules for the identifier?
What is difference between structure and union?