What is extern variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
How can a number be converted to a string?
without using control structures and control structures find the max and min of given 2 nos
What is sorting in c plus plus?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Why do we write return 0 in c?
What are c header files?
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is pointers in c?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
What is actual argument?
character array A[12] can hold