Can true be a variable name in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program wch produces its own source code aas its output?
Tell us bitwise shift operators?
What is a Genralised LInked List?? Please give a detailed explation of it..
What is meant by int main ()?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
what is the code for getting the output as * ** ***
How can I prevent another program from modifying part of a file that I am modifying?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
what are the various memory handling mechanisms in C ?