What is the purpose of ftell?
No Answer is Posted For this Question
Be the First to Post Answer
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Why is the code below functioning. According to me it MUST NOT.
What are the different types of pointers used in c language?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is structure in c language?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is difference between structure and union with example?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Explain the difference between malloc() and calloc() in c?
What is a function in c?
What is anagram in c?