Explain how can you tell whether a program was compiled using c versus c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
What is a #include preprocessor?
What happens if header file is included twice?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
how c source file in converted to exe file
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
what are brk, sbrk?
What is the use of a semicolon (;) at the end of every program statement?