What is non linear data structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Write a program for finding factorial of a number.
Why do we write return 0 in c?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
What is Full Form of C and Why We use C
What is meant by type specifiers?
Write a program to print ASCII code for a given digit.
What is boolean in c?
discuss the steps needed to get a program from source code to executable in a system?
What is a constant?
Where is volatile variable stored?
What is the difference between struct and union in C?