Why c is known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain the process of converting a Tree into a Binary Tree.
Explain c preprocessor?
difference between native and cross compilers
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is break in c?
Explain the use of 'auto' keyword in c programming?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
write a program to display all prime numbers
What is volatile variable how do you declare it?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the value of a[3] if integer a[] = {5,4,3,2,1}?