What is a scope resolution operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you construct an increment statement or decrement statement in C?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
Can we assign integer value to char in c?
What is the meaning of 2d in c?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What should malloc() do?
which types of data structure will i use to convert infix to post fix???
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>
Can we increase size of array in c?