What is time null in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Difference between Class and Struct?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
shorting algorithmS
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Why are all header files not declared in every c program?
what is default constructor?
what is mallloc()?how it works?
What does the error message "DGROUP exceeds 64K" mean?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
write a method for an array in which it can display the largest n next largest value.
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
What is the full form of getch?