Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
Explain what is the heap?
Explain a pre-processor and its advantages.
write a program to print the one dimensional array.
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
Is main a keyword in c?
C program to find all possible outcomes of a dice?
Difference between Function to pointer and pointer to function
What is an arrays?
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 to build a exercise findig min number of e heap with list imlemented?
program in c to print 1 to 100 without using loop
What is the benefit of using const for declaring constants?