What is dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
say the following declaration is correct nr not. int b=a,n=0;
write a programming in c language, 1 3 5 7 9 11
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
What is wrong with this statement? Myname = 'robin';
Tell me what is null pointer in c?
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
HOW DO YOU HANDLE EXCEPTIONS IN C?
What are qualifiers?
Implement bit Array in C.