What is variable in c with example?
Answer / utsav patel
in c language five types of variable are present
1) local variable.
2) global variable.
3) static variable.
4) automatic variable.
5) external variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
What is the use of bitwise operator?
What will be the output of x++ + ++x?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
how many errors in c explain deply
How to reverse a string using a recursive function, with swapping?
What is structure padding ?
What is putchar() function?
Write a factorial program using C.
What is c definition?
Method Overloading exist in c ?