How to draw the flowchart for structure programs?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What are unions in c?
Why c is called a mid level programming language?
Differentiate between calloc and malloc.
Where are some collections of useful code fragments and examples?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
post new interiew question and aptitude test papers
What are structures and unions? State differencves between them.
What is structure pointer in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
write an algorithm and a program to count the number of elements in a circularly singly linked list