What are the types of macro formats?
No Answer is Posted For this Question
Be the First to Post Answer
If you know then define #pragma?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
find largest of 3 no
Explain what is the difference between functions getch() and getche()?
what is c programing
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
Is there any book to know about Basics of C Language?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Explain the difference between struct and union.
What is the general form of #line preprocessor?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?