Post New Answer View All Answers
Is c dynamically typed?
If the size of int data type is two bytes, what is the range of signed int data type?
What is void pointers in c?
What is a const pointer in c?
What are the different types of constants?
What are pragmas and what are they good for?
The file stdio.h, what does it contain?
What is the difference between procedural and functional programming?
What is the use of a static variable in c?
What are keywords in c with examples?
What is signed and unsigned?
Write the Program to reverse a string using pointers.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are identifiers and keywords in c?
How to write a code for reverse of string without using string functions?