What are inbuilt functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is ans for this scanf(%%d",c);
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
What is a pointer on a pointer in c programming language?
Explain why can’t constant values be used to define an array’s initial size?
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>
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What is the difference between volatile and const volatile?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
what is const volatile?
What do you mean by invalid pointer arithmetic?
Hi can anyone tell what is a start up code?