What is floating point constants?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have circular shift operators?
what is the structure pointer?
What are the different file extensions involved when programming in C?
how many errors in c explain deply
Why is c called c?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
What is getch?
Describe wild pointers in c?
Difference between constant pointer and pointer to a constant.
What are the different categories of functions in c?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,