What are the ways to a null pointer can use in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Why can't I perform arithmetic on a void* pointer?
Given an unsigned integer, find if the number is power of 2?
What is #error and use of it?
Discuss the function of conditional operator, size of operator and comma operator with examples.
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Simplify the program segment if X = B then C ← true else C ← false
out put of printf(ā%dā,printf(ram));
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How can you restore a redirected standard stream?
What's the difference between a linked list and an array?
Explain the advantages and disadvantages of macros.