struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
9 16016what 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?
2388design 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 6186i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 9250
How do I read the arrow keys? What about function keys?
What are the 5 data types?
What are register variables? What are the advantage of using register variables?
Explain the ternary tree?
What is omp_num_threads?
Give basis knowledge of web designing ...
Do pointers store the address of value or the actual value of a variable?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are the advantages of the functions?
What is type qualifiers?
What is the purpose of ftell?
Is null always defined as 0(zero)?
can any one tel me wt is the question pattern for NIC exam
Write a program to know whether the input number is an armstrong number.
Can you mix old-style and new-style function syntax?