What are different types of variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
what are the 10 different models of writing an addition program in C language?
What does 2n 4c mean?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What is the purpose of main( ) in c language?
Why & is used in scanf in c?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Write a program to find whether the given number is prime or not?
triangle number finding program...
program for swapping two strings by using pointers in c language