write a c program to find the probability of random numbers between 1-1000
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is function and its example?
an algorithem for the implementation of circular doubly linked list
Explain how can I right-justify a string?
For what purpose null pointer used?
What is printf () in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
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.
How can I delete a file?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Explain what does a function declared as pascal do differently?
Explain the difference between structs and unions in c?