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
Define C in your own Language.
what are the 10 different models of writing an addition program in C language?
Is fortran still used in 2018?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
code for inverse a matrix
Differentiate abs() function from fabs() function.
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
What does static variable mean in c?
please give me some tips for the placement in the TCS.
how to add two numbers without using arithmetic operators?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?