What is sizeof array in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to set Nth bit of variable by using MACRO
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How do you list files in a directory?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What is c standard library?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Program to simulate second clock
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Write a program of advanced Fibonacci series.