What are the features of c languages?
No Answer is Posted For this Question
Be the First to Post Answer
while initialization of array why we use a[][2] why not a[2][]...?
What is structure pointer in c?
Why main is not a keyword in c?
Explain the process of converting a Tree into a Binary Tree.
How is a null pointer different from a dangling pointer?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
What is the OOPs concept?
Can we include one C program into another C program if yes how?
How can this be legal c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is ponter?
Why can’t constant values be used to define an array’s initial size?