What is uint8 in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
what are the difference between ANSI C and Let Us c and Turbo C
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
write a program to find lcm and hcf of two numbers??
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
Explain how are 16- and 32-bit numbers stored?
What is the use of linkage in c language?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Does c have enums?
What are the advantages of using new operator as compared to the function malloc ()?
Why is a semicolon (;) put at the end of every program statement?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,