Can a pointer point to null?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is meant by int main ()?
prog for 1st five prime numbers in 2^x - 1
what is the difference between c and java?
SRUCTURE PROGRAMMING
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What happens if a header file is included twice?
Find greatest of two numbers using macro
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,