In C, What is the #line used for?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Explain the difference between malloc() and calloc() function?
Explain what are preprocessor directives?
What is a #include preprocessor?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
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
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Can include files be nested? How many levels deep can include files be nested?
What is difference between static and global variable in c?
Do you know the purpose of 'register' keyword?
What is the purpose of 'register' keyword?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is the purpose of 'register' keyword in c language?