Ow can I insert or delete a line (or record) in the middle of a file?
No Answer is Posted For this Question
Be the First to Post Answer
Explain indirection?
write a program to display all prime numbers
How #define works?
Can a variable be both static and volatile in c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is meant by global static? why we have to use static variable instead of Global variable
how to copy a string without using c function
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Explain how do you determine a file’s attributes?
Explain how do you print an address?
A program to allow an input operand and operator from the operator and read on the display and output operand.
How many levels of pointers can you have?