Is flag a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is wild pointer in c with example?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
what is the definition of storage classes?
What is the difference between %d and %i?
What is function pointer and where we will use it
What is array in C
why TCS selected more student in the software field from all institution.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
what will be the output for the following main() { printf("hi" "hello"); }
what is function pointer?
main() { float a=3.2e40; printf("%d",a); }