What does %d do in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
write a program to find lcm and hcf of two numbers??
what is the significance of static storage class specifier?
What type of function is main ()?
How can I change the size of the dynamically allocated array?
How to receive strings with spaces in scanf()
what is diference between return 0 and return NULL??
What is a scope resolution operator in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is time complexity c?
What is a global variable in c?