Why c is procedure oriented?
No Answer is Posted For this Question
Be the First to Post Answer
Find occurence of a character in a sting.
What is scope rule of function in c?
How can I prevent another program from modifying part of a file that I am modifying?
write a c program to print "Welcome" without using semicolon in the whole program ??
What are predefined functions in c?
Define circular linked list.
What is the sizeof () a pointer?
What is pointer and structure in c?
What is a list in c?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
int *a[5] refers to
Explain what are the advantages and disadvantages of a heap?