How many levels of indirection in pointers can you have in a single declaration?
No Answer is Posted For this Question
Be the First to Post Answer
In c language can we compile a program without main() function?
What are local and global variables?
What do you mean by dynamic memory allocation in c? What functions are used?
When is the “void” keyword used in a function?
where are auto variables stored? What are the characteristics of an auto variable?
how do you redirect stdout value from a program to a file?
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
how to find a 5th bit is set in c program
Output for following program using for loop only * * * * * * * * * * * * * * *
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
write a program which counts a product of array elements lower than 10.