What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain high-order and low-order bytes.
Is multithreading possible in c?
why division operator not work in case of float constant?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
Explain what are the advantages and disadvantages of a heap?
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
Explain what is the benefit of using an enum rather than a #define constant?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is pointer in c?
What's the difference between calloc() and malloc()?
Can static variables be declared in a header file?
Tell us bitwise shift operators?