Answer Posted / annai
=
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When was c language developed?
Write a program to print ASCII code for a given digit.
Who invented bcpl language?
Differentiate between the expression “++a” and “a++”?
why we wont use '&' sing in aceesing the string using scanf
What is the use of a ‘ ’ character?
Is it better to bitshift a value than to multiply by 2?
What is spark map function?
Can include files be nested?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is mean by data types in c?
What is this infamous null pointer, anyway?
What is the use of volatile?
What are global variables and how do you declare them?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers