IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
TCS,
5 8254There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
3681Write a program to print distinct words in an input along with their count in input in decreasing order of their count
2564write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
3408
Why c is called a middle level language?
Why c is called a mid level programming language?
Why double pointer is used in c?
List some of the dynamic data structures in C?
Write a Program to find whether the given number or string is palindrome.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
code for replace tabs with equivalent number of blanks
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are the 4 types of unions?
What are the advantages of using linked list for tree construction?
What is pointers in c with example?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?