What are the types of variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are logical errors and how does it differ from syntax errors?
what is the height of tree if leaf node is at level 3. please explain
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Differentiate between a structure and a union.
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
What is #error and use of it?
Explain the binary height balanced tree?
What is the difference between functions getch() and getche()?
What is the best organizational structure?
what is the advantage of software development
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
Write a program to find the smallest and largest element in a given array in c language