what are you see during placement time in the student.
No Answer is Posted For this Question
Be the First to Post Answer
how to count no of words,characters,lines in a paragraph.
Why is c so powerful?
which one low Priority in c? a)=,b)++,c)==,d)+
What is double pointer?
Explain how are portions of a program disabled in demo versions?
Explain what is the difference between text files and binary files?
What is auto keyword in c?
What does #pragma once mean?
write a c program to find the sum of five entered numbers using an array named number
What is a nested loop?
show how link list can be used to repersent the following polynomial i) 5x+2
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