What is the difference between declaring a variable and defining a variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a string and an array?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Total of how many functions are available in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Write a program to identify if a given binary tree is balanced or not.
How does pointer work in c?
Are pointers integer?
to find the closest pair
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
write a program to arrange the contents of a 1D array in ascending order