What is a dynamic array in c?
No Answer is Posted For this Question
Be the First to Post Answer
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is chain pointer in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
how do we remove the printed character in printf statement and write next it it
What compilation do?
7 Answers Geometric Software, Infosys,
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
WHAT IS HIGH LEVEL LANGUAGE?
What is the difference between union and structure in c?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
a=5 a=a++/++a
What is the significance of c program algorithms?