How do we open a binary file in Read/Write mode in C?
No Answer is Posted For this Question
Be the First to Post Answer
how memory store byte
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
How to throw some light on the b tree?
Explain argument and its types.
Which one would you prefer - a macro or a function?
in linking some of os executables are linking name some of them
What is hashing in c?
what is the use of operator ^ in C ? and how it works?
What is 02d in c?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
How we can write a value to an address using macro..?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>