Hi can anyone tell what is a start up code?
No Answer is Posted For this Question
Be the First to Post Answer
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What is the difference between scanf and fscanf?
LOGIC OF Bodmas?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Is c weakly typed?
can we define a function in structure?
What is call by reference in functions?
i have a written test for microland please give me test pattern
what is the associativity of bitwise OR operator?
What is the difference between formatted&unformatted i/o functions?
Write a progarm to find the length of string using switch case?
what are the advantages of a macro over a function?