What are structure types in C?
No Answer is Posted For this Question
Be the First to Post Answer
Are local variables initialized to zero by default in c?
How can you tell whether a program was compiled using c versus c++?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
what is the little endian and big endian?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
why program counter is 16 bit?
What is c system32 taskhostw exe?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Find occurence of a character in a sting.
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What do you mean by c?