Is null always equal to 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Write a program in C to reverse a number by recursive function?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
second highest number in a given set of numbers
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 is wild pointer in c with example?
What does a pointer variable always consist of?
The differences between Windows XP and Windows Visa
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
difference between malloc and calloc
in iso what are the common technological language?
what is the difference between declaration ,defenetion and initialization of a variable?