all c language question
No Answer is Posted For this Question
Be the First to Post Answer
Explain how are 16- and 32-bit numbers stored?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
What is a substring in c?
What is the output of printf("%d", printf("Hello"));?
What are the standard predefined macros?
What are the functions to open and close the file in c language?
What are variables c?
Write a C program that reads a series of strings and prints only those ending in "ed"
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
code for copying two strings with out strcpy() function.
How can I get the current date or time of day in a c program?