What are c identifiers?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro?
How to write a code for reverse of string without using string functions?
What is Full Form of C and Why We use C
What does char * * argv mean in c?
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>
1,1,5,17,61,217,?,?.
how to construct a simulator keeping the logical boolean gates in c
What is pass by reference in c?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Write a program for print infinite numbers
What is difference between main and void main?
Why c is called top down?