What are different types of variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
i got 75% in all semester am i eligible for your company
What is the use of getch ()?
What's the difference between calloc() and malloc()?
what is object oriental programing?
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is the difference between #include <header file> and #include “header file”?
How can a program be made to print the line number where an error occurs?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is string length in c?
program for validity of triangle from 3 side
write a c program to convert fahrenheit to celsius?