What is the restrict keyword in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
restrict is used with pointers to indicate that the object pointed to is accessed only through that pointer, enabling optimizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
restrict is used with pointers to indicate that the object pointed to is accessed only through that pointer, enabling optimizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between int main and void main?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
How can I sort more data than will fit in memory?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
ATM machine and railway reservation class/object diagram
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What are variables and it what way is it different from constants?