What is default value of global variable in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
marge linklist
Which header file is essential for using strcmp function?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
How can a process change an environment variable in its caller?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Explain how do you print only part of a string?
write a proram to reverse the string using switch case?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Do pointers store the address of value or the actual value of a variable?