How are portions of a program disabled in demo versions?
No Answer is Posted For this Question
Be the First to Post Answer
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is difference between && and & in c?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
How can I dynamically allocate arrays?
Why doesn't the code "a[i] = i++;" work?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
When can you use a pointer with a function?
Why structure is used in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Write a program using bitwise operators to invert even bits of a given number.
Write a C program where input is: "My name is xyz". output is: "xyz is name My".