What does sizeof int return?
No Answer is Posted For this Question
Be the First to Post Answer
How can I send mail from within a c program?
mplementation of stack using any programing language
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is the correct declaration of main?
What are pointers in C?
How many types of functions are there in c?
Explain the advantages and disadvantages of macros.
How can you tell whether two strings are the same?
What language is c written?
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 many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,