how to count no of words,characters,lines in a paragraph.
No Answer is Posted For this Question
Be the First to Post Answer
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
how to add numbers without using arithmetic operators.
What is the total generic pointer type?
What are pointers in C? Give an example where to illustrate their significance.
What are the advantages and disadvantages of c language?
What is a memory leak? How to avoid it?
What are the different file extensions involved when programming in C?
Is fortran still used today?
How can you access memory located at a certain address?
program to print circle structure
What is strcpy() function?
Explain the ternary tree?