What is uint8 in c?
No Answer is Posted For this Question
Be the First to Post Answer
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
What is bss in c?
What is function pointer and where we will use it
Is return a keyword in c?
What are header files in c programming?
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
What is ctrl c called?
Why do we use return in c?
prog for 1st five prime numbers in 2^x - 1
Why c is a mother language?