struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
9 15764what is the output of the following program and explain the
answer
#include
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
2322design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
2 6113i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 9104
What is New modifiers?
code for find determinent of amatrix
What is the description for syntax errors?
What is a scope resolution operator in c?
What is the function of this pointer?
What is enumerated data type in c?
Can you write the algorithm for Queue?
How do you sort filenames in a directory?
How do you print only part of a string?
Is Exception handling possible in c language?
Is it better to use a macro or a function?
Explain output of printf("Hello World"-'A'+'B'); ?
plz let me know how to become a telecom protocol tester. thank you.
What does it mean when the linker says that _end is undefined?
How can I open files mentioned on the command line, and parse option flags?