How is null defined in c?
No Answer is Posted For this Question
Be the First to Post Answer
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is the deal on sprintf_s return value?
What are actual arguments?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
what is the difference between procedure oriented and object oriented progaming language
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are the preprocessors?
Do pointers store the address of value or the actual value of a variable?
What is key word in c language?
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>