Explain what are global variables and explain how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
Explain can you assign a different address to an array tag?
What are static variables, and where are they stored?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are enumerated types?
How old is c programming language?
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>
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
cavium networks written test pattern ..
What should be keep precautions while using the recursion method?
Can you please compare array with pointer?
What does the function toupper() do?