What are enums in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof array in c?
Toggle nth bit in a given integer - num
What is pointers in c?
why we wont use '&' sing in aceesing the string using scanf
What is #include cctype?
give one ip, find out which contry
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Find greatest number out of 10 number without using loop.
Explain which function in c can be used to append a string to another string?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
how we can make 3d venturing graphics on outer interface