What is the best way to store flag values in a program?
No Answer is Posted For this Question
Be the First to Post Answer
using for loop sum 2 number of any 4 digit number in c language
write a function for strtok()??
Write a program to print prime nums from 1-20 using c programing?
How do you determine the length of a string value that was stored in a variable?
What are the features of the c language?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
If the size of int data type is two bytes, what is the range of signed int data type?
how can write all 1to 100 prime numbers using for loop,if and break ?
In c language can we compile a program without main() function?
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain command-line arguments in C.
write a method for an array in which it can display the largest n next largest value.