What is call by value in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
Can static variables be declared in a header file?
What is switch in c?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
What is enumerated data type in c?
Differentiate b/w Modify and Update commands giving example.
How pointer is benefit for design a data structure algorithm?
differnce between do and do while
wat are the two methods for swapping two numbers without using temp variable??
What does do in c?
how to find the given number is prime or not?