What are the parts of c program?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What happens if you free a pointer twice?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
Explain what are compound statements?
WHAT IS INT?
what is the maximum no. of bytes calloc can allocate
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
how to make program without <> in library.
What is a pointer on a pointer in c programming language?
write a program to copy the string using switch case?
What is the size of structure pointer in c?