What are void pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is a NULL pointer?
Why flag is used in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
What is a 'null pointer assignment' error?
What is identifier in c?
Explain what is the purpose of "extern" keyword in a function declaration?
Can the sizeof operator be used to tell the size of an array passed to a function?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is pass by value in c?
char *p="name"; printf(p);