473,804 Members | 3,058 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

difference between assignement and initialisation

hi all,

whats the difference between assignement and initialisation in C.
is assignement related with scanf() and initialisation with (int x=10;)

sushant
Nov 14 '05 #1
3 1500
>whats the difference between assignement and initialisation in C.

Initialisation is, you give a value during the creation of the
variable, like this:
int i = 10;

Assignment is that you give the variable some value after it got
created, like this:

int i; /*Creating the variable, but may have garbage value */
i = 10; /* Assigning 10 to the integer variable i*/
is assignement related with scanf() and initialisation with (int

x=10;)
To some extent yes, but may cover other scenarios too.

Cheers
Shan

Nov 14 '05 #2
"sushant" <th********@red iffmail.com> wrote in message
news:51******** *************** ***@posting.goo gle.com...
hi all,

whats the difference between assignement and initialisation in C.
Initialization is the specifying of a value for an
object at the time you create it. Assignment is
the giving of a value to an already existing object.

int i = 10; /* define a type 'int' object, */
/* inititalized with value of 10 */

i = 25; /* assign a value to the already */
/* existing object 'i' */
is assignement related with scanf()
Not directly. However one of the operations 'scanf()'
can do is assign values to objects.
and initialisation with (int x=10;)


Yes, that's the correct syntax for initializing an object.

Which C book(s) are you reading?

-Mike
Nov 14 '05 #3
> "sushant" <th********@red iffmail.com> wrote in message
news:51******** *************** ***@posting.goo gle.com...
hi all,

whats the difference between assignement and initialisation in C.
Initialize: assign value to a variable as it is declared/crated.

Assignment: assign value to a variable. It doesn't matter in this case
whether the variable was already assigned any value or not.

is assignement related with scanf()
scanf does assign values to variables and so does various other
operations.
and initialisation with (int x=10;)


Perfect this is intialization.
This is very basic questions in C. I'd rather you go thru your C book
again and again!

HTH.
Regards,
Taran

Nov 14 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3471
by: Maria Gaitani | last post by:
Hi! I am trying to programme some java native interface but I'm still in the process of research. I've seen examples such as this one http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step1.html but I don't understand the third and fourth line of the code of the above example:
2
2238
by: Tim | last post by:
Please advise if you can. Presumably initialisation of members in member initialisation lists is perfomed by 'C' run-time startup. If the CRT was never started-up would those members be garbage? Which of these fundamental language support features could I expect to be absent (and anything else I might have missed): static data zeroing global data zeroing
16
1643
by: yuraukar | last post by:
I am trying to create a garbage collection class in C++ to collect instances of a specific class (so no general gc). The approach is to use smart pointers and a mark and a simple sweep gc. smartptr<B> pB; pB = new B(args); The constructor of B has been adjusted to register new instances with the garbage collector. The constructor of smartptr has also been adjusted to register new instances of smart pointers with the garbage
7
1789
by: pauldepstein | last post by:
A book I have describes a class called vector. It then explains (and I understand) the concept of a copy constructor, which is needed to interpret statements like vector b = a; But then I get confused when it speaks of overloading =, and explains that this concept is needed to interpret statements like b = a;
18
2273
by: Vasileios Zografos | last post by:
Hello, can anyone please tell me if there is any difference between the two: double Array1; and
13
2075
by: Frederick Gotham | last post by:
I have just been reading 8.5 in the Standard, and am trying to make sense of the different kinds of initialisations. Up until now, I thought of an object as either NOT being initialised (i.e. containing garbage), or being default initialised (i.e. containing the default value for that type). Here are some examples of the former: struct MyStruct {
7
3455
by: iamchiaweilin | last post by:
Hello all: What's the difference between p and q in the following statements? char p = "Hello"; char *q = "Hello"; I know q stores the address of 'H'. Question is: does p store the address of 'H' too?
17
1479
by: Alexander Eisenhuth | last post by:
Hello, is there a assignement operator, that i can overwrite? class MyInt: def __init__(self, val): assert(isinstance(val, int)) self._val = val a = MyInt(10)
18
2718
by: sam | last post by:
(newbie)Technically what's the difference between memset() and memcpy() functions?
0
9569
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10558
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10318
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10302
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9130
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5503
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.