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 3 types of structures?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
how i m write c program 1.check prime number 2.prime number series
What is a stream?
Should I learn c before c++?
Is a house a shell structure?
What is enumerated data type in c?
what is an ERP?
. Write a program to get a string and to convert the 1st letter of it to uppercase
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
WHAT IS LOW LEVEL LANGUAGE?
Is there any data type in c with variable size?