What is the use of f in c?
what are the files which are automatically opened when a c file is executed?
How will you find a duplicate number in a array without negating the nos ?
What are types of structure?
Write a program to exchange two variaables without temp
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
How can I do graphics in c?
Differentiate between the expression “++a” and “a++”?
what type of errors are checked during compilation
Combinations of fibanocci prime series
How main function is called in c?
What is information technology.
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]