What is variable in c example?
No Answer is Posted For this Question
Be the First to Post Answer
How would you print out the data in a binary tree, level by level, starting at the top?
What is the difference between the expression “++a” and “a++”?
Explain what are linked list?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
What is sizeof return in c?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
How can I write a function that takes a format string and a variable number of arguments?
What are different types of variables in c?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
How will you find a duplicate number in a array without negating the nos ?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.