What's the best way to declare and define global variables?
Answer Posted / ajeet singh
through the "public" key world, we define the globle variable.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain what are header files and explain what are its uses in c programming?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Differentiate Source Codes from Object Codes
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is console in c language?
Write the Program to reverse a string using pointers.
write a programming in c to find the sum of all elements in an array through function.
Why void main is used in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Describe how arrays can be passed to a user defined function
What are run-time errors?
Explain what are linked list?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Why c language is called c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.