What are derived data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are preprocessor directives in c?
What does double pointer mean in c?
What is the difference between the local variable and global variable in c?
What is a nested formula?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
what's the return value of malloc()
what are the stoge class in C and tel the scope and life time of it?
Can a pointer be null?