When is a null pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
nic scientist exam
How do you search data in a data file using random access method?
What is the difference between typedef and #define?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How can I implement sets or arrays of bits?
How is a null pointer different from a dangling pointer?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
What is cohesion and coupling in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
difference between native and cross compilers