related proverb of "dont count your chicken before it hatches"
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What is cohesion and coupling in c?
How can I access a memory located at certain address?
What does dm mean sexually?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What does typedef struct mean?
Explain union. What are its advantages?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
write the program for maximum of the following numbers? 122,198,290,71,143,325,98