Write a simple code fragment that will check if a number is positive or negative.
No Answer is Posted For this Question
Be the First to Post Answer
what's the return value of malloc()
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
Difference between MAC vs. IP Addressing
What does return 1 means in c?
what is calloc and malloc?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
How do I initialize a pointer to a function?
What is a macro, and explain how do you use it?
What is #pragma statements?
what are brk, sbrk?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What is information technology.