What type is sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
What are the 5 data types?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
design 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.
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
How can a process change an environment variable in its caller?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
What is the difference between CV and Resume ?
Explain what is the concatenation operator?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
write a program to interchange the value between two variable without using loop
What is a program?