What are linked lists in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to print a statement in c without use of console statement ,with the help of if statement it should print
What are file streams?
wite a programme in c to linear search a data using flag and without using flags?
what is diffrence between string and character array?
What is a void pointer in c?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Can you write a programmer for FACTORIAL using recursion?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
How many levels of pointers can you have?
Is c functional or procedural?
What is period operator in c?
What is the difference between array_name and &array_name?