What is data structure in c and its types?
No Answer is Posted For this Question
Be the First to Post Answer
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Do pointers need to be initialized?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What are the different types of linkage exist in c?
Explain what is a static function?
How can I call a function, given its name as a string?
What is the explanation for the dangling pointer in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
What is the general form of #line preprocessor?
What is New modifiers?