Can we declare a function inside a function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me can the size of an array be declared at runtime?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
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>
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
errors in computer programmes are called
Can you think of a way when a program crashed before reaching main? If yes how?
What are the types of macro formats?
Explain the use of 'auto' keyword in c programming?
What is meant by type casting?
Does c have enums?
how can use subset in c program and give more example
Can you apply link and association interchangeably?