Answer Posted / srilaxmi
2
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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
What is sizeof int in c?
What is the default value of local and global variables in c?
What is 'bus error'?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the difference between call by value and call by reference in c?
How do you define a string?
What is the difference between #include
Explain function?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is the use of void pointer and null pointer in c language?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is ponter?
What is a stream?
How pointers are declared?