What are called c variables?
No Answer is Posted For this Question
Be the First to Post Answer
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is the memory allocated by the following definition ? int (*x)[10];
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is bubble sort in c?
How do you use a 'Local Block'?
write a program that explain #define and # undef directive
Which node is more powerful and can handle local information processing or graphics processing?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the difference between pure virtual function and virtual function?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are the characteristics of arrays in c?