Describe wild pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is quick sort in c?
what is the structure?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Write a program to print prime nums from 1-20 using c programing?
Difference between null pointer and dangling pointer?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
to find the program of matrix multiplication using arrays
Why is c so popular?
What does it mean when the linker says that _end is undefined?
How do I use void main?
Can we write a program without main() function?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)