How 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
What are the concepts introduced in OOPs?
What are high level languages like C and FORTRAN also known as?
How can you determine the maximum value that a numeric variable can hold?
Why use int main instead of void main?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
give an example of type casting by a simple c program
Why we write conio h in c?
Is return a keyword in c?
Find MAXIMUM of three distinct integers using a single C statement
how could explain about job profile
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none