struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
9 16323what 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?
2467design 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 6283i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 9393
Explain what is the benefit of using enum to declare a constant?
Why doesnt this code work?
What are shell structures used for?
What is a stream water?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Is there a way to jump out of a function or functions?
What are keywords in c with examples?
Who developed c language?
What is difference between arrays and pointers?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain what is the use of a semicolon (;) at the end of every program statement?
What is a pointer in c?
What is s in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Write the Program to reverse a string using pointers.