What do mean by network ?
No Answer is Posted For this Question
Be the First to Post Answer
write a method for an array in which it can display the largest n next largest value.
How can I split up a string into whitespace-separated fields?
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
how we can say java is platform independent, while we require JVM for that particular Operating System?
Output for following program using for loop only * * * * * * * * * * * * * * *
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
write a program to print data of 5 five students with structures?
What are external variables in c?
what is different between auto and local static? why should we use local static?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why is c not oop?
Do you know the use of fflush() function?