What is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
what is the function of pragma directive in c?
sir, i cannot find the way how to write aprogram by using array on queue
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What are bit fields? What is their use?
how to find binary of number?
What is meant by preprocessor in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
how many times of error occur in C
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
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"