What is meant by errors and debugging?
No Answer is Posted For this Question
Be the First to Post Answer
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Give the Output : * * * * * * * * * *
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How can a process change an environment variable in its caller?
Why is c used in embedded systems?
What is identifiers in c with examples?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
In which layer of the network datastructure format change is done
Explain the difference between ++u and u++?
What are c preprocessors?