how many key words availabel in c
a) 28
b) 31
c) 32
No Answer is Posted For this Question
Be the First to Post Answer
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Difference between MAC vs. IP Addressing
How can you allocate arrays or structures bigger than 64K?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
write a program that finds the factorial of a number using recursion?
What are the various topologies? Which one is the most secure?
can you change name of main()?how?
What is the use of a static variable in c?
what is the use of keyword volatile??
Are there namespaces in c?
What are .h files and what should I put in them?
write a c program to print "Welcome" without using semicolon in the whole program ??