Can true be a variable name in c?
No Answer is Posted For this Question
Be the First to Post Answer
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Write a program to swap two numbers without using third variable in c?
What is New modifiers?
what are the files which are automatically opened when a c file is executed?
c program to arrange digits in a no in ascending and descending order
What is break in c?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
plz answer..... a program that reads non-negative integer and computes and prints its factorial
main() { int i=400,j=300; printf("%d..%d"); }
What is the difference between new and malloc functions?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Toggle nth bit in a given integer - num