printf(), scanf() these are
a) library functions
b) userdefined functions
c) system functions
d) they are not functions
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is a macro in c preprocessor?
Why does this code crash?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What are header files in c programming?
What is break statement?
can you change name of main()?how?
What is structure padding and packing in c?
In C language what is a 'dangling pointer'?
What are the various types of control structures in programming?
how can i get this by using for loop? * ** * **** * ******
How many types of functions are there in c?