the portion of a computer program within which the definition of the variable remains unchanged
a) mode
b) module
c) scope
d) none
What is the condition that is applied with ?: Operator?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
who is the father of C Language?
20 Answers CTS, UST,
Can you please explain the difference between syntax vs logical error?
How to implement call back functions ?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
Why do we use static in c?
Does c have an equivalent to pascals with statement?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Explain how can I convert a number to a string?
What's wrong with "char *p; *p = malloc(10);"?
a 'c' program to tell that the set of three coordinates lie on a same line