answersLogoWhite

0

it is used to confuse people.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the use of extension c holder?

An extension cord holder is used to hold an extension cord. It wraps around the holder, for easy release and withdrawal.


What is extension c holder?

An Extension Cord Holder having side members connected by a center section which is shorter than the side members so as to provide a cord receiving space therebetween at opposite ends of the center section, the center section preferably has curved ends to facilitate the winding of the extension cord about the center section, and a handle is connected to one side member for carrying the Extension Cord Holder.


What is the extension of C programming?

The extension of c program is ".c".


What Linux command is used for displaying all files with extension .c?

ls *.c


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.


How do you check account holder's name using account number?

how to know a/c holder name by a/c number


What is extension in c programming?

for c language it is .c and for c++ it is .cpp


What is extension part of c plus plus?

C++ Extension Name is... Syntax is: File Name.extension name. Ex: ankit.cpp


What is the extension of program written in c language?

Most C programmers use a .c file name extension for executable C source code, and .h or no filename extension at all for source files containing definitions and interface specifications, so-called header files.Some C compilers inspect the file name extension and draw conclusions, but most will accept almost any filename convention.Other common filename extensions used in the C family of programming languages are .cpp and .hpp (C++) and .cs (C#). On operating systems with case-sensitive file names, these extensions are generally expected to be in lower case.


How do you find the name of bank account holder from their account number?

how to know a/c holder name by a/c number


What c plus plus program must be saved in a text with the extension cpp?

The .cpp extension is merely conventional; it is not required by the C++ standard. You can actually use any file extension you wish.


Why is 'C' the name-extension when saving a program in Turbo C?

Convention. Of course you can use any other extension, like 'helloworld.my-own-c-source' instead of 'helloworld.c' but why should you?