What is the explanation for the dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is data types?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
How to avoid structure padding in C?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
what is the difference between getch() and getchar()?
How Many Header Files in c?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Write a routine that prints out a 2-D array in spiral order!
Is it possible to run using programming C for Java Application?
What is Conio.h ?