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 26774Post New Potty C Interview Questions
what is test strategy
Explain the working of an enraf level gauge.
How would you describe your attitude? : insurance cold calling
What are the steps to run the payment run? Explain by point wise?
How would you delete a directory in linux?
What is an ATM?
What are python dictionaries?
Is form 38 mandatory to issue c form in up. thru online mode
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
What are the types of collections in java?
Create a function that is only available inside the scope where it is defined ?
what are all different types of collation sensitivity? : Sql dba
Siebel 7.7 how do you add button icon in an applet? Like new,query,delete.i want activate button also.
Can I delete c : windows softwaredistribution?
. Give the C language equivalents of the following a)Function returning an int pointer b)Function pointer returning an int pointer c)Function pointer returning an array of integers d)Array of function pointer returning an array of integers