What is the general form of #line preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
implement NAND gate logic in C code without using any bitwise operatior.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
what are the languages used in c#?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
program for swapping two strings by using pointers in c language
Is it cc or c in a letter?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
The __________ attribute is used to announce variables based on definitions of columns in a table?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Differentiate Source Codes from Object Codes
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);