What does 1f stand for?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read data from data files with particular formats?
How do I create a directory? How do I remove a directory (and its contents)?
wap to print "hello world" without using the main function.
How can I read a directory in a c program?
write a c program that prints all multiples of 3between 1 and 50.
Differentiate abs() function from fabs() function.
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Why flag is used in c?
write a program without using main function?
how to build a exercise findig min number of e heap with list imlemented?
why we are using float in C