What is indirection? How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
What does c mean in basketball?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
Is c programming hard?
how would a 4*3 array A[4][3] stored in Row Major Order?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Is fortran still used today?
in which language c language is written?
write a program to swap two variables a=5 , b= 10 without using third variable
Explain how to reverse singly link list.
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed