How do you convert strings to numbers in C?
No Answer is Posted For this Question
Be the First to Post Answer
What is f'n in math?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
ABCDCBA ABC CBA AB BA A A
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
The statement, int(*x[]) () what does in indicate?
How do you write a program which produces its own source code as its output?
what is answer for perfect number????????????????
What is nested structure with example?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How reliable are floating-point comparisons?
What ios diff. Between %e & %f?
what is the disadvantage of using macros?