hi , please send me NIC written test papers to
sbabavalli@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
what is the difference b/w NULL and null?
what type of errors are checked during compilation
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
how to create c progarm without void main()?
How many header files are in c?
What will happen when freeing memory twice
how to print 212 as Twohundreds twelve plz provide me ans soon
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Write a program to reverse a linked list in c.
difference between ordinary variable and pointer in C?