Write a program to check prime number in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
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>
Why Modern OS are interrupt driven?Give an example
Write a program which returns the first non repetitive character in the string?
why do some people write if(0 == x) instead of if(x == 0)?
what are bitwise shift operators?
Name the language in which the compiler of "c" in written?
write a c program to convert fahrenheit to celsius?
coding for Fibonacci.?
Write a C program that reads a series of strings and prints only those ending in "ed"
What does d mean?
Write code for finding depth of tree