What are the disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is action and transformation in spark?
What are the average number of comparisons required to sort 3 elements?
List some basic data types in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What do mean by network ?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
What does the characters “r” and “w” mean when writing programs that will make use of files?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array