Explain the difference between null pointer and void pointer.
No Answer is Posted For this Question
Be the First to Post Answer
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
what is use#in c
What extern c means?
Differentiate between ordinary variable and pointer in c.
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is strcmp in c?
Write a c program to demonstrate character and string constants?
how to copy a string without using c function
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...