How are structure passing and returning implemented?
No Answer is Posted For this Question
Be the First to Post Answer
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What are c header files?
What is an object?
Explain how do you sort filenames in a directory?
What is c mainly used for?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
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
YBJBU6
How do you determine the length of a string value that was stored in a variable?
how to determine the complexity of an algorithm as log(n)
What are the types of assignment statements?