A variable that is defined in a specified portion of a program but can be used throughout the program
a) global variable
b) local variable
c) character
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Program to find the absolute value of given integer using Conditional Operators
What's the total generic pointer type?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
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,
Define Spanning-Tree Protocol (STP)
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Differentiate between the = symbol and == symbol?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What are the two types of structure?