What language is windows 1.0 written?
No Answer is Posted For this Question
Be the First to Post Answer
multiple of 9 without useing +,* oprator
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
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
What is integer constants?
What is the purpose of main( ) in c language?
Why isnt there a numbered, multi-level break statement to break out
Explain the difference between #include "..." And #include <...> In c?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the purpose of macro in C language?
can we initialize all the members of union?
What are the storage classes in C?