Why structure is used in c?
Do you know the purpose of 'register' keyword?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain a file operation in C with an example.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the explanation for the dangling pointer in c?
How can I split up a string into whitespace-separated fields?
explain what is an endless loop?
What is wrong with this program statement?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Tell me with an example the self-referential structure?
Is it possible to execute code even after the program exits the main() function?
Explain how do you search data in a data file using random access method?
In a byte, what is the maximum decimal number that you can accommodate?
Write a c program to demonstrate character and string constants?