What are integer variable, floating-point variable and character variable?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any book to know about Basics of C Language?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
Can we use any name in place of argv and argc as command line arguments?
where do we use volatile keyword?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
What does extern mean in a function declaration?
Is the following code legal? struct a { int x; struct a b; }
What are the loops in c?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
What is array in c with example?