How can you determine the maximum value that a numeric variable can hold?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


what are the uses of structure?

7 Answers   HCL,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,






C program to perform stack operation using singly linked list

3 Answers  


Is c# a good language?

0 Answers  


What is %d used for?

0 Answers  


What is const and volatile in c?

0 Answers  


Write code for initializing one dimentional and two dimentional array in a C Program?

5 Answers   Deshaw, Edutech, GMD,


How can you access memory located at a certain address?

0 Answers  


What are the primitive data types in c?

0 Answers  


Categories