struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
9 16014what 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?
2384design 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 6182i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 9242
Write a code to generate divisors of an integer?
Is this program statement valid? INT = 10.50;
What is the use of a ‘ ’ character?
Why is c not oop?
What is the heap?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Write a program for finding factorial of a number.
What does d mean?
What is a spanning Tree?
Between macros and functions,which is better to use and why?
Explain what are compound statements?
Explain what is the difference between functions abs() and fabs()?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What are keywords in c with examples?
Why clrscr is used after variable declaration?